Glubase - share your knowledge


All / Computers / Programming / HTML / XHTML





  • View Command

HTML / XHTML Reference

HTML / XHTML ins definition

Syntax

<ins> ... </ins>

Description

Defines text that has been inserted into the document.

Attributes

Common attributes.

See also

del

Example

[Try this example yourself]
<ins>
  inserted text
</ins>

Output

inserted text
  • Comments

No comments added.