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

16 lines
617 B
Plaintext

The HTML <i> Element represents a range of text that is set off from the normal text for some reason, for example, technical terms, foreign language phrases, or fictional character thoughts. It is typically displayed in italic type.
Content categories:
Flow content, phrasing content, palpable content.
Permitted content:
Phrasing content.
Tag omission:
None, both the starting and ending tag are mandatory.
Permitted parent elements:
Any element that accepts phrasing content.
DOM interface:
HTMLElement Up to Gecko 1.9.2 (Firefox 4) inclusive, Firefox implements the HTMLSpanElement interface for this element.