Actionscript/flash/vuejs/javascript Course

Not available content for this page.

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
Click on the tag that creates a cell in table
<tr> <span> <td>
<table></tr>
  <td>Cell-1</td><td>Cell-2</td>
</tr></table>
Indicate the CSS property used to specify a background image for an element
background-color background-image color
h3 {
  background-image: url("image.jpg");
}
What instruction can be used to parse all the array items?
for() [) object()
var arr = [1, "ab", "CoursesWeb.net"];
for(var i=0; i< arr.length; i++) { alert(arr[i]); };
Indicate the PHP instruction used to traverse an associative array.
for() foreach() if()
$arr =["k1"=>"v1", "k2"=>"v2", "k3"=>"v3");
foreach($arr AS $k => $v) { echo "<br/>". $k ." - ". $v; }

Last accessed pages

  1. Splat Operator in PHP (4489)
  2. Disable button and Enable it after specified time (17516)
  3. Select in MySQL, Output results in HTML Table (19477)
  4. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (141276)
  5. The Mastery of Love (7368)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (851)
  2. CSS cursor property - Custom Cursors (106)
  3. The Mastery of Love (101)
  4. Read Excel file data in PHP - PhpExcelReader (100)
  5. The School for Gods (74)