YouTip LogoYouTip

Dom Obj Ins

# HTML DOM ins Object * * * ## The ins Object The ins object represents text that has been inserted into an HTML document. The `` element defines text that has been inserted into a document. **Tip:** The `` and `` elements are used together to describe updates and corrections in a document. Browsers typically render deleted text with a strikethrough and newly inserted text with an underline. An ins object is created for each `` tag in an HTML document. * * * ## ins Object Properties | Property | Description | | --- | --- | | (#) | Sets or returns the value of the cite attribute of the inserted text. | | (#) | Sets or returns the value of the datetime attribute of the inserted text. | ## Standard Properties and Events The ins object also supports standard (#) and (#). * * * ## Related Pages HTML Tutorial: (#) HTML Reference: [HTML `` Tag](#) JavaScript Reference: (#)
← Prop Ins CiteProp Del Datetime β†’