Study Guide for Final Quiz: Creating Web Documents

  1. Write a complete HTML document that will start with the display of an image bird.gif and when the mouse is over the image, change to display frog.gif. When the mouse is moved away from the image, the original image: bird.gif will reappear.
  2. Write a complete HTML document to show a changing slide show of images when you click a Start Show link and stop when you click a Stop Show link. The images in the slide show will be: frog.gif, bird.gif, crane.gif, heart.gif and box.gif.
  3. Write the code that would need to be in the head section to print the time, day of the week and date at the start of your document.
  4. Write the code that would change the status bar when the mouse moves over a specific image to the words: Click here to find out about flowers. Make the contents of the image be the file flowers.gif.
  5. Write the code for a form with the following elements:
  6. a pulldown menu to let the client choose from among New York, Connecticut, New Jersey and Pennsylvania. The value of these choices would be NY, CT, NJ, and PA, respectively.
  7. a radio button allowing the client to indicate a choice of LAS, Music, TAF, VA, Dance, or CE.
  8. two input text boxes: one named fname and one named lname.
  9. a submit button.
  10. Write the style definition to appear in the head section to make all paragraphs have text with the font-family impact as a first choice and Helvetica as a second choice. Make the colors yellow against a red background.
  11. Write the style definition to appear in the head section to make the contents of h2 tags be indented 5 pixels, font size 20 pts, and font family comic.
  12. Write the style definition for a class of paragraphs called 'intro' to be such that the font-family is Tahoma and the size 12 pixels. Write the tag for such a paragraph as it would need to appear in the body of the file.
  13. Define the following terms in the context of Web pages:
  14. metaphor
  15. pull versus push
  16. expectations
  17. What are the additional requirements to make an HTML page satisfy the rules of XHTML?