The global attributes in HTML can be used on any HTML element and include attributes like class, id, style, lang, and title which provide additional context and meaning to elements. Attributes like accesskey allow shortcut keys, draggable and dropzone control dragging and dropping, and contenteditable specifies whether content is editable. Data attributes can store custom data privately.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
33 views2 pages
HTML Global Attributes
The global attributes in HTML can be used on any HTML element and include attributes like class, id, style, lang, and title which provide additional context and meaning to elements. Attributes like accesskey allow shortcut keys, draggable and dropzone control dragging and dropping, and contenteditable specifies whether content is editable. Data attributes can store custom data privately.