HTML Global Attributes
The global attributes are attributes that can be
used with all HTML elements.
accesskey
Specifies a shortcut key to activate/focus an elementclass
Specifies one or more classnames for an element (refers to a class in a style sheet)contenteditable
Specifies whether the content of an element is editable or notdata-*
Used to store custom data private to the page or applicationdir
Specifies the text direction for the content in an elementdraggable
Specifies whether an element is draggable or notenterkeyhint
Specifies the text of the enter-key on a virtual keybordhidden
Specifies that an element is not yet, or is no longer, relevantid
Specifies a unique id for an elementinert
Specifies that the browser should ignore this section, gives developers the ability to remove an element from the tab order, and from the accessibility tree.inputmode
Specifies the mode of a virtual keyboardlang
Specifies the language of the element’s contentpopover
Specifies a popover elementspellcheck
Specifies whether the element is to have its spelling and grammar checked or notstyle
Specifies an inline CSS style for an elementtabindex
Specifies the tabbing order of an elementtitle
Specifies extra information about an elementtranslate
Specifies whether the content of an element should be translated or not