HTML(or Hypertext Markup Language) is the standard coding language for designing webpages and web applications. Usually used together with Cascading Style Sheets (CSS) and JavaScript.
The HTML Reference serves as library to define various HTML elements such as tags, attributes, color codes, events and characters to help you build your website.
HTML Global Attributes
HTML attributes defines elements and gives them meaning and context.
HTML global attributes can be used on any HTML element.
NAME
DESCRIPTION
CATEGORY
accesskey
Specifies a shortcut key to activate/focus an element
None.
class
Specifies one or more classnames for an element (refers to a class in a style sheet)
None.
contenteditable
Specifies whether the content of an element is editable or not
None.
data-*
Used to store custom data private to the page or application
None.
dir
Specifies the text direction for the content in an element
None.
draggable
Specifies whether an element is draggable or not
None.
dropzone
Specifies whether the dragged data is copied, moved, or linked, when dropped
None.
hidden
Specifies that an element is not yet, or is no longer, relevant