Content deleted Content added
Hairy Dude (talk | contribs) →Obsolete/deprecated elements: some of these tags (e.g. font) are removed completely from HTML 5, not merely deprecated Tags: Mobile edit Mobile web edit Advanced mobile edit |
remx does not add xml:lang |
||
Line 22:
* <code>dir</code>: text direction— <code>"ltr"</code> (left-to-right), <code>"rtl"</code> (right-to-left) or <code>"auto"</code>.
* <code>id</code>: unique identifier for the element.
* <code>lang</code>: primary language for the contents of the element per [[BCP 47]]
* <code>style</code>: applies CSS styling to the contents of the element.
* <code>title</code>: advisory information associated with the element.
|