From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/pt-br/web/html/element/ins/index.html | 87 +++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 files/pt-br/web/html/element/ins/index.html (limited to 'files/pt-br/web/html/element/ins') diff --git a/files/pt-br/web/html/element/ins/index.html b/files/pt-br/web/html/element/ins/index.html new file mode 100644 index 0000000000..f8c86a04e2 --- /dev/null +++ b/files/pt-br/web/html/element/ins/index.html @@ -0,0 +1,87 @@ +--- +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

+ + + + + + + + + + + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{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')}} 
+

Browser compatibility

+

{{CompatibilityTable}}

+
+ + + + + + + + + + + + + + + + + + + +
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatVersionUnknown}}{{CompatGeckoDesktop("1.0")}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
+
+

See also

+ +
+ {{HTMLRef}}
-- cgit v1.2.3-54-g00ecf