< All the HTML Tags >

<del></del>

Video Coming Soon...

  • del

    Tag Type

    inline

    Tag Category

    text formatting

    Marks text that has been deleted in a document.

    Viewed

    1

    Examples

    1

Definition:

The HTML <del> tag is used to represent text that has been deleted from a document, visually indicating changes or revisions.

Typically rendered with a strikethrough effect, this tag can also include a cite attribute to reference the source of the change and a datetime attribute to specify when the deletion occurred.

Using the `<del>` tag enhances the transparency of document edits and revisions, making it useful in collaborative environments.

Attributes:

cite, datetime, Global attributes (e.g., class, id, style)

Accessibility:

Coming Soon…

Default del Example:

Deleted text display
<del datetime="2023-09-18">Old text</del>

Default del Result:


Coming Soon…

Community Examples:

Coming Soon…
Coming Soon…