HTML Fundamentals 2

123456789101112131415161718192021222324252627
Across
  1. 2. A blueprint, showing where the future content will be arranged on a webpage.
  2. 4. The ratio of an image's width to the image's height.
  3. 6. An image format commonly used for simple animated images.
  4. 8. A type of URL that does not include a scheme.
  5. 9. Compression type used by PNG or GIF images that does not lose quality.
  6. 11. An optional table footer element that defines a table footer.
  7. 15. An HTML element that displays an image on a webpage.
  8. 16. The HTML element that defines a hyperlink.
  9. 17. An optional table header element that defines a table header.
  10. 21. Type of hyperlink used to refer to a document on the same computer as the web browser.
  11. 23. Non-breaking space HTML entity.
  12. 24. 24-bit color used by JPEG and PNG images.
  13. 25. A mechanism for writing special characters or symbols in HTML.
  14. 27. An attribute that can be assigned to a table cell to span multiple rows.
Down
  1. 1. An HTML attribute that specifies a hyperlink's URL.
  2. 3. An image format commonly used for digital photographs.
  3. 5. Type of hyperlink used to send requests and responses over the internet without encryption.
  4. 7. A small icon that identifies a website and typically displays in a browser tab.
  5. 10. A mandatory attribute for many HTML elements that specifies the URL of a resource to display on a webpage.
  6. 12. An HTML attribute that is used to specify how a link should be displayed when clicked.
  7. 13. An optional attribute to be with the IMG element to support an alternative to displaying the image.
  8. 14. An attribute that can be assigned to a table cell to span multiple columns.
  9. 15. An HTML attribute that is used to assing a unique identifier to an HTML element.
  10. 18. An HTML element that a user can click on to be redirected to a connected resource.
  11. 19. A complete URL that includes a scheme.
  12. 20. An image format commonly used for line art, screenshots, or images requiring transparency.
  13. 22. Compression type used by JPEG images.
  14. 26. An optional table body element that defines a table body.