Ex/css Course

Not available content for this page.

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
What attribute makes an option from <select> selected?
checked="checked" selected="selected" disabled="disabled"
<select name="a_name">
 <option value="val1">Option 1</option>
 <option value="val2" selected="selected">Option 2</option>
</select>
What CSS value allows to create color gradients for background?
contain repeat-x linear-gradient
#id {
  background: linear-gradient(top left, #1f1, #fff, #11f);
}
What statement creates an array in JavaScript?
[] {} new Object()
var arr = [1, "CoursesWeb.net", "MarPlo.net"];
alert(arr[2]);
Indicate the PHP function used to redirect to other page.
function() header() switch()
header("Location: http://coursesweb.net/");
exit;

Last accessed pages

  1. SHA1 Encrypt data in JavaScript (35349)
  2. Set custom message for required and field validation (1338)
  3. Zodiac Signs PHP code (7119)
  4. Making DIV Contents Scroll Horizontally, with multiple Div`s inside (59496)
  5. Read Excel file data in PHP - PhpExcelReader (96744)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (17)
  2. SSEP - Site Search Engine PHP-Ajax (8)
  3. Read Excel file data in PHP - PhpExcelReader (7)
  4. Get Duration of Audio /Video file before Upload (6)
  5. Adobe Flash Courses ActionScript 3 Tutorials (5)
Chat
Chat or leave a message for the other users
Full screenInchide