Advertisement
Home Open Editor ❯

HTML <del> cite Attribute

Example

<p>This text has been <del cite="del.html">deleted</del>.</p>

Try this code ❯

Meaning

A source document explain why the information was deleted.


Standard Syntax

<del cite="URL">


Advertisement

Attribute Values

Value Description
URL

Value can be

  • An absolute URL - source document in another web site ( href="http://www.example.com/index.html")
  • A relative URL - source document within a web site ( href="index.html")
Home Open Editor ❯
Advertisement