Javascript/javascript Course

Not available content for this page.

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
Which tag can be used to create input text field in web page?
<form> <input> <div>
<input type="text" name="a_name" value="val" />
Which CSS property displays the text in a small-caps font?
display font-variant font-style
h3 {
  font-variant: small-caps;
}
What instruction displays a notice box with a message inside it, in JavaScript?
for() Date() alert()
var msg = "Visit CoursesWeb.net";
alert(msg);
Indicate the PHP code used to get the users IP.
$_SERVER["HTTP_USER_AGENT"] $_SERVER["REMOTE_ADDR"] $_GET[]
$ip = $_SERVER["REMOTE_ADDR"];
echo $ip;

Last accessed pages

  1. Register and show online users and visitors (39396)
  2. Execute JavaScript scripts loaded via AJAX (7850)
  3. Get and Modify content of an Iframe (32107)
  4. Get Mouse coordinates inside a Div or an Image (16258)
  5. Add data from form in text file in JSON format (15677)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (373)
  2. Read Excel file data in PHP - PhpExcelReader (138)
  3. The Four Agreements (102)
  4. PHP Unzipper - Extract Zip, Rar Archives (102)
  5. The Mastery of Love (97)
Chat
Chat or leave a message for the other users
Full screenInchide