HTML 5: The Markup Language (ARIA Edition)

insinserted text # T

The ins element represents a range of text that has been inserted (added) to a document.

Content model #

ins.elem.flow =
(normal-character-data & common.elem.flow*) & ins.attrs
ins.elem.phrasing =
(normal-character-data & common.elem.phrasing*) & ins.attrs

Attribute model #

Element-specific attributes #

cite = uri
The address of a document that explains why the text was added.
datetime = datetime
The time and date when the text was added.

Tag omission #

An ins element must have both a start tag and an end tag.

Permitted contexts #

Typical default display properties #

ins {
text-decoration: underline; }