Laravel/laravel/php-mysql Course

Not available content for this page.

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
Which tag is used to add definition lists into a <dl> element?
<dt> <dd> <li>
<dl>
 <dt>HTML</dt>
  <dd> - Hyper Text Markup Language</dd>
  <dd> - Language for web pages</dd>
</dl>
Which CSS property can hide an element on page, letting an empty space in its place?
display position visibility
#id {
  visibility: hidden;
}
Click on the event which is triggered when the mouse clicks on an object.
onclick onmouseover onfocus
document.getElementById("id").onclick = function(){
  alert("http://CoursesWeb.net/");
}
Indicate the PHP variable that contains the contents of both $_GET, $_POST, and $_COOKIE arrays.
$_SESSION $_GET $_REQUEST
if(isset($_REQUEST["id"])) {
  echo $_REQUEST["id"];
}

Last accessed pages

  1. innerHTML in PHP (16960)
  2. jQuery UI draggable - Drag elements (11380)
  3. Keep data in form fields after submitting the form (12358)
  4. Disable button and Enable it after specified time (17361)
  5. PHP Laravel Tutorials (2744)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (235)
  2. Read Excel file data in PHP - PhpExcelReader (78)
  3. The Mastery of Love (65)
  4. PHP Unzipper - Extract Zip, Rar Archives (64)
  5. Register and show online users and visitors (44)
Chat
Chat or leave a message for the other users
Full screenInchide