HTML and Flash Basics
Quiz covering fundamental HTML tags and Flash web animation concepts
Questions
Question 1 Multiple Choice (Single Answer)
What does HTML stand for?
- Home Tool Markup Language
- Hyperlinks and Text Markup Language
- Hyper Text Markup Language
- None
Question 2 Multiple Choice (Single Answer)
Who is making the Web standards?
- Mozilla
- The World Wide Web Consortium
- Microsoft
- None
Question 3 Multiple Choice (Single Answer)
Choose the correct HTML tag for the largest heading
- <head>
- <heading>
- <h6>
- <h1>
Question 4 Multiple Choice (Single Answer)
What is the correct HTML tag for inserting a line break?
- <break />
-
- <lb />
- None
Question 5 Multiple Choice (Single Answer)
What is the correct HTML for adding a background color?
- <background>yellow</background>
- <body style="background-color:yellow">
- <body background="yellow">
- None
Question 6 Multiple Choice (Single Answer)
What is the correct HTML for creating a hyperlink?
- <a href="http://www.w3schools.com">W3Schools</a>
- <a>http://www.w3schools.com</a>
- <a name="http://www.w3schools.com">W3Schools.com</a>
- <a url="http://www.w3schools.com">W3Schools.com</a>
Question 7 Multiple Choice (Single Answer)
How can you create an e-mail link?
- <mail href="xxx@yyy">
- <a href="xxx@yyy">
- <mail>xxx@yyy</mail>
- <a href="mailto:xxx@yyy">
Question 8 Multiple Choice (Single Answer)
How can you open a link in a new browser window?
- <a href="url" target="_blank">
- <a href="url" target="new">
- <a href="url" new>
- None
Question 9 Multiple Choice (Single Answer)
Choose the correct HTML to left-align the content inside a tablecell
- <td leftalign>
- <td valign="left">
- <td align="left">
- <tdleft>
Question 10 Multiple Choice (Single Answer)
How can you make a list that lists the items with numbers?
- <ul>
- <list>
- <dl>
- <ol>
Question 11 Multiple Choice (Single Answer)
What is a flash:
- A graphic, animation and authoring application
- An authoring tool to publish web pages
- A graphic application to make WBT
- A graphic application to publish interactive web application and web Pages
Question 12 Multiple Choice (Single Answer)
Flash animate:
- Images only
- Images and Movie Clip only
- Images, Movie Clip, and button
- Symbol and shape only
Question 13 Multiple Choice (Single Answer)
Flash Programming is:
- Java based
- C++ based
- Event based
- C# based
Question 14 Multiple Choice (Single Answer)
The frame rate is:
- FPS (Frame Per Second)
- FPM (Frame Per Minute)
- FPS (Frame Per Scene)
- FPS (Frame Per Shockwave)