Laravel/laravel Course

Not available content for this page.

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
Which attribute is used in <img> tag for the address of the image?
href src rel
<img src="http://coursesweb.net/imgs/webcourses.gif" width="191" height="63" alt="Courses-Web" />
Which CSS code hides the element on page?
display: none; display: inline; position: relative;
#id {
  display: none;
}
What instruction stops the execution of a while() or for() statement?
continue prompt() break
for(var i = 0; i< 8; i++) {
  if(i > 1) break;
  alert(i);
}
Indicate the function that can create a constant.
define() include() defined()
define("CONSTANT_NAME", "value");
echo CONSTANT_NAME;

Last accessed pages

  1. Using v-model in form input fields (853)
  2. Accesing XML data - E4X (1401)
  3. Adobe Flash Courses ActionScript 3 Tutorials (6562)
  4. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (137667)
  5. CSS Styles with jQuery (2346)

Popular pages this month

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