Laravel/javascript Course

Not available content for this page.

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
Which HTML5 tag defines marked text? (can be used to highlight parts of text)
<mark> <embed> <span>
<p>Free corses: <mark>coursesweb.net</mark> for Web Development.</p>
Which CSS pseudo-class adds a style to an element when the mouse is over it?
:focus :hover :active
a:hover {
  font-weight: bold;
  color: #00da01;
}
Click on the function which returns a string value that represents the number rounded to the x digits after the decimal point.
toPrecision(x) toFixed(x) floor(x)
var num = 12.34567;
num = num.toFixed(2);
alert(num);       // 12.35
Indicate the PHP function which reads an entire file into an array.
[) file() readfile()
$arr = file("a_file.txt", FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
var_export($arr);

Last accessed pages

  1. Upload Script for Gallery of Images and Audio files (9703)
  2. PHP-MySQL free course, online tutorials PHP MySQL code (68994)
  3. Prayer The Art of Believing (1638)
  4. List with JavaScript events (569)
  5. How to use php variable in external js file (3725)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (173)
  2. Read Excel file data in PHP - PhpExcelReader (58)
  3. The Mastery of Love (52)
  4. PHP Unzipper - Extract Zip, Rar Archives (47)
  5. The Fifth Agreement (29)
Chat
Chat or leave a message for the other users
Full screenInchide