Help:HTML in wikitext: Difference between revisions

Content deleted Content added
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]]. The MediaWiki software automatically adds the <code>xml:lang</code> attribute whenever <code>lang</code> is defined, but <code>xml:lang</code> will no longer be passed when included as a separate attribute.
* <code>style</code>: applies CSS styling to the contents of the element.
* <code>title</code>: advisory information associated with the element.