HTML Chapter 2

12345678910111213141516171819
Across
  1. 4. The default bullet for an unordered list.
  2. 7. Defines an ordered list.
  3. 8. Lines that are displayed across a web page to seperate different sections of the page.
  4. 10. A basic text editor installed with windows that you can use for simple documents or for creating web pages using HTML.
  5. 13. A file containing definitions of tags and instructions for how they should be used on a web page.
  6. 14. An image or graphic file that is not part of the html file.
  7. 18. Usually the first element of a web page that you see, it identifies the subject or purpose of a web page.
  8. 19. Identifies an unordered list.
Down
  1. 1. Tag that contains the main content of a web page.
  2. 2. Used to define the URL of an image to load with the <img> tag.
  3. 3. Used to set off different paragraphs of text or different sections of a page.
  4. 5. _____ code or instructions used to create a web page or program.
  5. 6. A brief representation of the purpose of the image.
  6. 9. Tag that is used to define a list item in an order.
  7. 11. Also called numbered list.
  8. 12. identifies a definition list.
  9. 15. Text that is the default text format used for the main content of a web page.
  10. 16. A special type of inline image in which you define one or more areas as hotspots.
  11. 17. Text, an image, or another web page element that you click to instruct the browser to go to a location in a file or to request a file from a server.