HTML and Flash Basics

Quiz covering fundamental HTML tags and Flash web animation concepts

14 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What does HTML stand for?

  1. Home Tool Markup Language
  2. Hyperlinks and Text Markup Language
  3. Hyper Text Markup Language
  4. None
Question 2 Multiple Choice (Single Answer)

Who is making the Web standards?

  1. Mozilla
  2. The World Wide Web Consortium
  3. Microsoft
  4. None
Question 3 Multiple Choice (Single Answer)

Choose the correct HTML tag for the largest heading

  1. <head>
  2. <heading>
  3. <h6>
  4. <h1>
Question 4 Multiple Choice (Single Answer)

What is the correct HTML tag for inserting a line break?

  1. <break />

  2. <lb />
  3. None
Question 5 Multiple Choice (Single Answer)

What is the correct HTML for adding a background color?

  1. <background>yellow</background>
  2. <body style="background-color:yellow">
  3. <body background="yellow">
  4. None
Question 6 Multiple Choice (Single Answer)

What is the correct HTML for creating a hyperlink?

  1. <a href="http://www.w3schools.com">W3Schools</a>
  2. <a>http://www.w3schools.com</a>
  3. <a name="http://www.w3schools.com">W3Schools.com</a>
  4. <a url="http://www.w3schools.com">W3Schools.com</a>
Question 7 Multiple Choice (Single Answer)

How can you create an e-mail link?

  1. <mail href="xxx@yyy">
  2. <a href="xxx@yyy">
  3. <mail>xxx@yyy</mail>
  4. <a href="mailto:xxx@yyy">
Question 8 Multiple Choice (Single Answer)

How can you open a link in a new browser window?

  1. <a href="url" target="_blank">
  2. <a href="url" target="new">
  3. <a href="url" new>
  4. None
Question 9 Multiple Choice (Single Answer)

Choose the correct HTML to left-align the content inside a tablecell

  1. <td leftalign>
  2. <td valign="left">
  3. <td align="left">
  4. <tdleft>
Question 10 Multiple Choice (Single Answer)

How can you make a list that lists the items with numbers?

  1. <ul>
  2. <list>
  3. <dl>
  4. <ol>
Question 11 Multiple Choice (Single Answer)

What is a flash:

  1. A graphic, animation and authoring application
  2. An authoring tool to publish web pages
  3. A graphic application to make WBT
  4. A graphic application to publish interactive web application and web Pages
Question 12 Multiple Choice (Single Answer)

Flash animate:

  1. Images only
  2. Images and Movie Clip only
  3. Images, Movie Clip, and button
  4. Symbol and shape only
Question 13 Multiple Choice (Single Answer)

Flash Programming is:

  1. Java based
  2. C++ based
  3. Event based
  4. C# based
Question 14 Multiple Choice (Single Answer)

The frame rate is:

  1. FPS (Frame Per Second)
  2. FPM (Frame Per Minute)
  3. FPS (Frame Per Scene)
  4. FPS (Frame Per Shockwave)