Glubase - share your knowledge


All / Computers / Programming / HTML / XHTML





  • View Command

HTML / XHTML Reference

HTML / XHTML del definition

Browser support
IEFFOpSaf
PartialPartialPartialPartial

Type: block-level element

Syntax

<del> ... </del>

Description

Defines text that has been deleted in the document.

Attributes

Common attributes.

See also

ins

Example

[Try this example yourself]
<del>
  deleted text
</del>

Output

deleted text
  • Comments

No comments added.