accept |
Specifies the types of files that the server accepts (only for ) |
https://www.w3schools.com/tags/att_accept.asp |
accept-charset |
Specifies the character encodings that are to be used for the form submission |
https://www.w3schools.com/tags/att_accept-charset.asp |
accesskey |
Specifies a shortcut key to activate/focus an element |
https://www.w3schools.com/tags/att_accesskey.asp |
action |
Specifies where to send the form-data when a form is submitted |
https://www.w3schools.com/tags/att_action.asp |
align |
Specifies the alignment according to surrounding elements. Use CSS instead |
https://www.w3schools.com/tags/ref_attributes.asp |
alt |
Specifies an alternate text when the original element fails to display |
https://www.w3schools.com/tags/att_alt.asp |
async |
Specifies that the script is executed asynchronously (only for external scripts) |
https://www.w3schools.com/tags/att_async.asp |
autocomplete |
Specifies whether the <form> or the <input> element should have autocomplete enabled |
https://www.w3schools.com/tags/att_autocomplete.asp |
autofocus |
Specifies that the element should automatically get focus when the page loads |
https://www.w3schools.com/tags/att_autofocus.asp |
autoplay |
Specifies that the audio/video will start playing as soon as it is ready |
https://www.w3schools.com/tags/att_autoplay.asp |
bgcolor |
Specifies the background color of an element. Use CSS instead |
https://www.w3schools.com/tags/ref_attributes.asp |
border |
Specifies the width of the border of an element. Use CSS instead |
https://www.w3schools.com/tags/ref_attributes.asp |
charset |
Specifies the character encoding |
https://www.w3schools.com/tags/att_charset.asp |
checked |
Specifies that an <input> element should be pre-selected when the page loads (for or ) |
https://www.w3schools.com/tags/att_checked.asp |
cite |
Specifies a URL which explains the quote/deleted/inserted text |
https://www.w3schools.com/tags/att_cite.asp |
class |
Specifies one or more class names for an element (refers to a class in a style sheet) |
https://www.w3schools.com/tags/att_class.asp |
color |
Specifies the text color of an element. Use CSS instead |
https://www.w3schools.com/tags/ref_attributes.asp |
cols |
Specifies the visible width of a text area |
https://www.w3schools.com/tags/att_cols.asp |
colspan |
Specifies the number of columns a table cell should span |
https://www.w3schools.com/tags/att_colspan.asp |
content |
Gives the value associated with the http-equiv or name attribute |
https://www.w3schools.com/tags/att_content.asp |
contenteditable |
Specifies whether the content of an element is editable or not |
https://www.w3schools.com/tags/att_contenteditable.asp |
controls |
Specifies that audio/video controls should be displayed (such as a play/pause button etc.) |
https://www.w3schools.com/tags/att_controls.asp |
coords |
Specifies the coordinates of the area |
https://www.w3schools.com/tags/att_coords.asp |
data |
Specifies the URL of the resource to be used by the object |
https://www.w3schools.com/tags/att_data.asp |
data-* |
Used to store custom data private to the page or application |
https://www.w3schools.com/tags/att_data-.asp |
datetime |
Specifies the date and time |
https://www.w3schools.com/tags/att_datetime.asp |
default |
Specifies that the track is to be enabled if the user's preferences do not indicate that another track would be more appropriate |
https://www.w3schools.com/tags/att_default.asp |
defer |
Specifies that the script is executed when the page has finished parsing (only for external scripts) |
https://www.w3schools.com/tags/att_defer.asp |
dir |
Specifies the text direction for the content in an element |
https://www.w3schools.com/tags/att_dir.asp |
dirname |
Specifies that the text direction will be submitted |
https://www.w3schools.com/tags/att_dirname.asp |