CHAPTER 6GlobalAttributes
Certain attributes can be used with any HTML element: id
, class
, style
, title
, contenteditable
. (The full list.)
Attribute | Description |
---|---|
id | Unique identifier. For CSS and in-page links. |
class | For targeting CSS groups of elements |
style | Inline-styles, with higher priority than stylesheets |
title | For tooltips |
contenteditable | For making things editable |