Flash/javascript/vuejs Course

Not available content for this page.

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
Which HTML5 tag can be used to embed an external application (SWF, PDF) in web page?
<mark> <embed> <canvas>
<embed src="flash_game.swf" width="450" height="350" />
Which CSS pseudo-element adds a special style to the first line of a text?
:first-letter :before :first-line
#id:first-line {
  font-weight: bold;
  color: blue;
}
Click on the window object property which gets or sets the URL of current page.
window.location window.self window.status
var url = window.location;
alert(url);
Indicate the PHP function used to get the contents of a file or page and store it into a string.
fopen() file_put_contents() file_get_contents()
$homepage = file_get_contents("http://coursesweb.net/");
echo $homepage;

Last accessed pages

  1. Remove / Get duplicate array values - Reset array keys in PHP (13054)
  2. $_GET, $_POST and $_REQUEST Variables (33737)
  3. PHP Unzipper - Extract Zip, Rar Archives (31808)
  4. Display data from PHP Array, or MySQL in HTML table (26765)
  5. Add text between two DIV tags (3878)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (160)
  2. Read Excel file data in PHP - PhpExcelReader (55)
  3. The Mastery of Love (46)
  4. PHP Unzipper - Extract Zip, Rar Archives (44)
  5. Working with MySQL Database (28)
Chat
Chat or leave a message for the other users
Full screenInchide