HTML

123456789101112131415161718192021
Across
  1. 3. HTML tag is used to specify this instruction for your webpage.
  2. 6. This tag helps us to perform non-script based rendering when javascript is turned off in the browser.
  3. 9. onBlur and onFocus for an element are ___ attributes.
  4. 12. The audio and video tags are used to display different forms of media online without having to use this.
  5. 15. The div tags are used to logically divide the ___.
  6. 17. This attribute allows the user to edit any text and markup contained within the element.
  7. 18. HTML5 allows you to add custom defined attributes without messing up validation by prefixing your attributes with
  8. 19. HTML documents are saved in this format.
  9. 20. The attribute used to specify the hint for an input field.
  10. 21. This tag is used to group related options together in a dropdown.
Down
  1. 1. This tag is used to group columns together.
  2. 2. This tag is used to store information usually relevant to browsers and search engine.
  3. 4. The text/HTML is used to specify this type.
  4. 5. The HTML element to define important text.
  5. 7. This tag is used to display the title for the table.
  6. 8. This element is used to display a web page within a web page.
  7. 10. This tag specifies self-contained content such as images, diagrams, photos,etc...
  8. 11. This element is used to define the content that could be considered separate.
  9. 13. This element introduced in HTML5 is used to draw graphics.
  10. 14. The attribute that is used to specify if the input can be empty or blank
  11. 16. The <u> tag is this element.