--- title: slug: Web/HTML/Element/ins translation_of: Web/HTML/Element/ins ---

Summary

The HTML <ins> Element (or HTML Inserted Text) HTML represents a range of text that has been added to a document.

Attributes

This element includes the global attributes.

{{htmlattrdef("cite")}}
This attribute defines the URI of a resource that explains the change, like a link to some meeting minutes or a ticket in a troubleshooting sytem.
{{htmlattrdef("datetime")}}
This attribute indicates the time and date of the change and must be a valid date with an optional time string. If the value cannot be parsed as a date with an optional time string, the element does not have an associated time stamp.

Examples

<ins>This text has been inserted</ins>

Result

This text has been inserted

Specifications

Specification Status Comment
{{SpecName('HTML WHATWG', 'edits.html#the-ins-element', '<ins>')}} {{Spec2('HTML WHATWG')}}  
{{SpecName('HTML5 W3C', 'edits.html#the-ins-element', '<ins>')}} {{Spec2('HTML5 W3C')}}  
{{SpecName('HTML4.01', 'struct/text.html#h-9.4', '<ins>')}} {{Spec2('HTML4.01')}}  

Compatibilidade com navegadores

{{CompatibilityTable}}

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support {{CompatVersionUnknown}} {{CompatGeckoDesktop("1.0")}} {{CompatVersionUnknown}} {{CompatVersionUnknown}} {{CompatVersionUnknown}}

See also

{{HTMLRef}}