Introduction to HTML Crossword Puzzle

12345678910111213141516171819
Across
  1. 3. defines subscript text. Subscript text appears half a character below the normal line,
  2. 4. defines superscript text. Superscript text appears half a character above the normal line, and is sometimes rendered in a smaller font.
  3. 6. defines the title of a document and is displayed in the browser tab NOT on the actual webpage
  4. 8. defines a hyperlink, which is used to link one page to another
  5. 10. Defines emphasized text
  6. 12. The most important heading (aka the largest heading
  7. 15. Horizontal Rule - adds a horizontal line into the code
  8. 16. <html> the root on an HTML document…meaning it is the container for all other HTML elements to follow in the entire document
  9. 17. Defines a paragraph - it’s where you type all your text
  10. 18. Defines text with strong importance - displayed in bold
  11. 19. contains all the contents of an HTML document, such as headings, paragraphs, images, hyperlinks, tables, lists, etc.
Down
  1. 1. Specifies bold text without any extra importance
  2. 2. Defines a part of text in an alternate voice or mood
  3. 5. Images are linked to web pages.
  4. 7. a lot of times to quote something
  5. 8. Metadata is data about the HTML document - Metadata is not displayed
  6. 9. represents the least important heading (aka the smallest heading)
  7. 10. Creates an unordered list (bulleted list)
  8. 11. Adds special emphasis to a bit of text by indenting it over
  9. 13. Creates an ordered list
  10. 14. Inserts a single line break Forces the next bit of code down to the next line
  11. 15. <li> Each item inside a list
  12. 16. Creates a description list