Javascript 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. SHA512 Encrypt hash in JavaScript (25004)
  2. SHA1 Encrypt data in JavaScript (35629)
  3. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (143308)
  4. FTM2S - File Transfer Manager between two Servers (1867)
  5. Simple Admin Login PHP Script (11036)

Popular pages this month

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