del

< html‎ | elements
Jump to: navigation, search

del



Summary

The del element (<del>) indicates text that has been deleted from the document. Browsers normally strike a line through deleted text.


Overview Table

DOM Interface HTMLElement

Examples

This example uses the DEL element to mark deleted text.

<del>This text has been revised.</del>

Notes

Remarks

Windows Internet Explorer 8 and later. The value of the cite attribute depends on the current document compatibility mode.

Standards information


HTML information

{

Compatibility

Desktop

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support ? ? ? ? ?

Mobile

Feature Android BlackBerry Chrome for mobile Firefox Mobile (Gecko) IE Mobile Opera Mobile Opera Mini Safari Mobile
Basic support ? ? ? ? ? ? ? ?

See also

Related pages (MSDN)

  • ins

This article contains content originally from external sources.

Portions of this content come from the Microsoft Developer Network: [Windows Internet Explorer API reference Article]