--- 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

Specification Status Comment
{{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')}}  

Compatibilidade com navegadores

{{CompatibilityTable}}

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

See also

{{HTMLRef}}