HTML Core Attributes

HTML Core Attributes

There are attributes which are supported by all HTML elements.

AttributeValue Description
class class name The element class
id id value A unique id for the element
style style definition Style definition
titletooltip textA text to display in a tool tip

Attribute names are not case sensitive.

Language Attributes

ATTRIBUTE VALUE DESCRIPTION
dir ltr or rtl Sets the text direction
lang language_code Sets the language code

Keyboard Attributes

ATTRIBUTE VALUE DESCRIPTION
accesskey characterSets a keyboard shortcut to access an element
tabindex number Sets the tab order of an element