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/del/index.html | 88 +++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 files/pt-br/web/html/element/del/index.html (limited to 'files/pt-br/web/html/element/del') diff --git a/files/pt-br/web/html/element/del/index.html b/files/pt-br/web/html/element/del/index.html new file mode 100644 index 0000000000..6900c024b6 --- /dev/null +++ b/files/pt-br/web/html/element/del/index.html @@ -0,0 +1,88 @@ +--- +title: +slug: Web/HTML/Element/del +translation_of: Web/HTML/Element/del +--- +

Sumário

+

O elemento HTML <del> (ou Elemento HTML de Texto Excluído) representa uma parte do texto que foi excluída de um documento. Este elemento é (não necessariamente) renderizado pelos navegadores com uma linha entre o texto.

+ +

Attributes

+

This element includes the global attributes.

+
+
+ {{htmlattrdef("cite")}}
+
+ A URI for a resource that explains the change (for example, meeting minutes).
+
+ {{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

+
<p><del>This text has been deleted</del></p>
+

Result

+
+ This text has been deleted
+

Specifications

+ + + + + + + + + + + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('HTML WHATWG', 'edits.html#the-del-element', '<del>')}}{{Spec2('HTML WHATWG')}} 
{{SpecName('HTML5 W3C', 'edits.html#the-del-element', '<del>')}}{{Spec2('HTML5 W3C')}} 
{{SpecName('HTML4.01', 'struct/text.html#h-9.4', '<del>')}}{{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