Flash/flash Course

Not available content for this page.

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
Click on the tag that creates an ordered list
<ul> <tr> <ol>
<ol>
  <li>List-1</li>
  <li>List-2</li>
</ol>
Which selector represents the ID of an element in CSS
.name #name name
#id {
  color: #0110fb;
}
What statement creates an object in JavaScript?
{} [] new Date()
var obj = {"site": "CoursesWeb.net", "pr": 5};
alert(obj.site);
Indicate the instruction used to evaluate if a condiition is True or False
else if() switch()
$var = 8;
if($var == 8) echo $var;

Last accessed pages

  1. Adobe Flash - ActionScript 3 Video Tutorials (387)
  2. Flash Tutorials ActionScript 3 (1283)
  3. Animation with the Timer class (1722)
  4. Lessons Adobe Flash CS5 course (3437)
  5. KeyboardEvent - Events for Keyboard (1695)

Popular pages this month

  1. Animation with the Timer class (2)
  2. ActionScript 3 Lessons (2)
  3. Adobe Flash - ActionScript 3 Video Tutorials (2)
  4. Lessons Adobe Flash CS5 course (2)
  5. Flash Tutorials ActionScript 3 (2)