HTML Global Attributes
The global attributes are attributes that can be
used with all HTML elements.
accesskeySpecifies a shortcut key to activate/focus an elementclassSpecifies one or more classnames for an element (refers to a class in a style sheet)contenteditableSpecifies whether the content of an element is editable or notdata-*Used to store custom data private to the page or applicationdirSpecifies the text direction for the content in an elementdraggableSpecifies whether an element is draggable or notenterkeyhintSpecifies the text of the enter-key on a virtual keybordhiddenSpecifies that an element is not yet, or is no longer, relevantidSpecifies a unique id for an elementinertSpecifies that the browser should ignore this section, gives developers the ability to remove an element from the tab order, and from the accessibility tree.inputmodeSpecifies the mode of a virtual keyboardlangSpecifies the language of the element’s contentpopoverSpecifies a popover elementspellcheckSpecifies whether the element is to have its spelling and grammar checked or notstyleSpecifies an inline CSS style for an elementtabindexSpecifies the tabbing order of an elementtitleSpecifies extra information about an elementtranslateSpecifies whether the content of an element should be translated or not