Css/css 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. jQuery Drag and Drop Rows between two similar Tables (12807)
  2. Add text between two DIV tags (3874)
  3. JavaScript code and PHP (40697)
  4. Snap to Objects and Snap Align (2754)
  5. XML data from ActionScript to a PHP script (1291)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (363)
  2. Read Excel file data in PHP - PhpExcelReader (137)
  3. The Four Agreements (101)
  4. PHP Unzipper - Extract Zip, Rar Archives (101)
  5. The Mastery of Love (97)