confi-emacs-inicial/elpa/ac-html-20151005.731/completion-data/html-tag-short-docs/sup

18 lines
885 B
Plaintext

The HTML Superscript Element (<sup>) defines a span of text that should be displayed, for typographic reasons, higher, and often smaller, than the main span of text.
Usage note:
This element should be used for typographical reasons only, i.e. changing the position of the text changing its meaning like in mathematical (like f4, though the use of a MathML formula should be considered) or in French abbreviations (like Mlle, Mme or Cie).
This element must not be used for styling purpose like the styling of the product name Latex. In that case CSS style should be used: the vertical-align property with the super value will achieve the same effect.
Content categories:
Flow content and phrasing content.
Permitted content:
Phrasing content.
Tag omission:
None as both the start and end tag are mandatory.
Permitted parent elements:
Any element that can contain phrasing content.