HTML Attributes List

List  of HTML Attributes specifying the tag(s) for which each attribute is used: Attribute Description Used with Tag(s) accept Used with <input> element only. <input> accept-charset Define character encoding for form submission. <form> accesskey Keyboard shortcut to activate/focus elements. Various action Specify where form data is sent after submission. <form> align Specify alignment of text content. Deprecated alt Show/display something if primary attribute isn't displayed. <img> , <area> async Works only for external scripts (when src is present). <script> autocomplete Specify whether input field should autocomplete. <input> autoplay Audio/video should automatically start playing on page load. <audio> , <video> autofocus Element should be focused on page load. Various bgcolor Set background color of an HTML element. Deprecated border Set visible border width for elements within body. Various charset Define character encoding. <meta> checked Indicate if eleme…