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