HTML5 Global Attributes
Description
Each element can define its own attributes, which is known as local attributes.
Each local attribute gives you the ability to control some aspect of the unique behavior of an element.
The global attributes configure the behavior common to all elements.
You can apply every global attribute to every element.
The following lists the HTML5 Global Attributes.
- accesskey
- class
- contenteditable
- contextmenu
- dir
- draggable
- dropzone
- hidden
- id
- lang
- spellcheck
- style
- tabindex
- title