HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

del

Description

The del element for HTML represents a range of text that has been deleted from a document.

Syntax

HTML

<del attribute-name="attribute-value"></del>

Attributes

Global

NameValueDescription
citeURIURL referencing the original source for the quoted material
datetimedate-timeTime and date when the text was added/deleted

CSS

del
{
    text-decoration: line-through;
}

Examples

1 · cite

2 · datetime

3 · CSS