1. What tag, new in HTML5, places video directly into your web page so visitors can watch video?
A.
2. SWFObject is used to:
A. Link to YouTube videos.
B. Embed Flash movies in a web page.
C. Embed multimedia into a form.
D. Embed audio into a web page.
3. To set the background for a page to white, use this code.
A.
B.
C.
D.
4. The image formats presently supported by all browsers are:
A. GIF and JPEG.
B. GIF, TIFF, JPEG and PNG.
C. GIF, JPEG and AVI.
D. GIF, JPEG and PNG.
5. This CSS code will let you use an image named "bullet.png" in a bulleted list.
A. ul{ list-style-image: url(bullet.png");}
B. ul{ image: url(bullet.png");}
C. ul{ style-list-image: url(bullet.png");}
D. ul{ list-image: url(bullet.png");}
6. What is a hexadecimal number?
A. Defines IP address location in a web site
B. Defines CMYK colors in a web site
C. Defines RGB colors in a web site
D. Defines font size in a web site
7. To accept input from the user on a web page use the __________ tag.
A.