HTML Attributes

12345678910111213141516171819202122
Across
  1. 4. Specifies that the script is executed asynchronously (only for external scripts)
  2. 7. Specifies the background color of an element (not supported in HTML5, use CSS instead)
  3. 9. Specifies a shortcut key to activate/focus an element
  4. 10. Specifies the character encodings that are to be used for form submission
  5. 12. Specifies that audio/video controls should be displayed
  6. 14. Specifies the character encoding
  7. 15. Specifies the visible width of a textarea element
  8. 17. Specifies that an <input> element should be pre-selected when the page loads
  9. 18. Specifies the types of files that the server accepts
  10. 20. Specifies whether the <form> or the <input> element should have autocomplete enabled
  11. 21. Specifies the URL of the resource to be used by the object
Down
  1. 1. Specifies alignment according to surrounding elements (not supported in HTML5, use CSS instead)
  2. 2. Specifies that the element should automatically get focus when the page loads
  3. 3. Specifies the width of the border of an element (not supported in HTML5, use CSS instead)
  4. 5. Specifies one or more CSS class names for an element
  5. 6. Specifies whether the content of an element is editable or not
  6. 8. Specifies a URL that explains the quote/delete/inserted text
  7. 11. Specifies where to send the form data when a form is submitted
  8. 13. Gives the value associated with the http-equiv or name attribute
  9. 16. Specifies that the audio/video will start playing as soon as it is ready
  10. 17. Specifies the coordinates of the area
  11. 19. Specifies the number of columns a table cell should span
  12. 22. Specifies an alternate text when the original element fails to display