|
|
HTML <ins> tag
Syntax
<ins> - </ins>
Definition and Usage
The INS element contains content that has been inserted.
This element is useful in marking changes from one version of a document to the
next. Through style sheets,
authors can suggest an appropriate rendering, such as rendering the inserted
content in italics, a different color, or a different voice.
Optional Attributes
| Attribute |
Value |
Description |
| cite |
URL |
A reference to a document which explains why the text was
inserted |
| datetime |
YYYYMMDD |
Defines the date and time when the text was inserted |
Standard Attributes
| id, class, title, style, dir, lang, xml:lang |
For a full description, go to Standard
Attributes.
Event Attributes
| onclick, ondblclick, onmousedown, onmouseup, onmouseover,
onmousemove, onmouseout, onkeypress, onkeydown, onkeyup |
For a full description, go to Event Attributes.
Example
| Source |
Output |
|
Variables are instruments where measurements and/or results are stored.
You can find in variables the result of <ins
cite="http://www.asset-analysis.com/stat/staintro.html">empirical</ins>
observations and/or the result of computing.
|
Variables are instruments where measurements and/or results are stored. You can find in variables the result of empirical observations and/or the result of computing.
|
|
|