HTML <ins> cite Attribute
HTML <ins> tag
Example
Use of the cite attribute in the ins element:
| <p>My favorite color is <del>blue</del>
<ins cite="why_inserted.htm">red</ins>!</p> |
Try it yourself »
|
Definition and Usage
The cite attribute specifies a URL to a document which explains why the text was inserted/changed.
Browser Support

Note: None of the major browsers use the cite attribute in any way.
Syntax
Attribute Values
| Value |
Description |
| URL |
The address to the document that explains why the text was
inserted/changed. Possible values:
- An absolute URL - Points to another web site (like cite="http://www.example.com")
- A relative URL - Points to a page within a web site (like cite="example.html")
- An anchor URL - Points to a named anchor (like cite="#bottom")
|
HTML <ins> tag

Whether you're new to XML or already an advanced user,
the user-friendly views and powerful entry helpers,
wizards, and debuggers in XMLSpy are designed to meet your XML
and Web development needs from start to finish.
New features in Version 2010!
- XML editor
- Graphical XML Schema / DTD editors
- XSLT 1.0/2.0 editor, debugger, profiler
- XQuery editor, debugger, profiler
- XBRL validator, taxonomy editor, taxonomy wizard
- Support for Office Open XML (OOXML)
- Graphical WSDL 1.1/2.0 editor & SOAP debugger
- JSON editing & conversion
- Java, C#, C++ code generation
- And much more!
Download a free trial today!
|
|
|
|