Php-mysql Course

Not available content for this page.

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
Which tag adds a new line into a paragraph?
<b> <br> <p>
First line ...<br>
Other line...
Which CSS property can be used to add space between letters?
text-size word-spacing letter-spacing
#id {
  letter-spacing: 2px;
}
What JavaScript function can be used to get access to HTML element with a specified ID?
getElementById() getElementsByTagName() createElement()
var elm = document.getElementById("theID");
var content = elm.innerHTML;
alert(content);
Click on the "echo" correct instruction.
echo "CoursesWeb.net" echo "CoursesWeb.net"; echo ""CoursesWeb.net";
echo "Address URL: http://CoursesWeb.net";

Last accessed pages

  1. Add dynamically button to scroll to top of the page (1237)
  2. Calling Function and Class Method with Name from String (5913)
  3. Input text fields (3033)
  4. Node.js Move and Copy Directory (20136)
  5. Textarea with buttons to format text, colors and smiles (5275)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (573)
  2. The Mastery of Love (69)
  3. CSS cursor property - Custom Cursors (67)
  4. Read Excel file data in PHP - PhpExcelReader (63)
  5. PHP-MySQL free course, online tutorials PHP MySQL code (46)
Chat
Chat or leave a message for the other users
Full screenInchide