VOOZH about

URL: https://www.geeksforgeeks.org/html/html-del-cite-attribute/

⇱ HTML | <del> cite Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML | <del> cite Attribute

Last Updated : 21 Jul, 2022

The HTML <del> cite Attribute is used to specify the URL of the document or message which denotes the reason for deleting the text

Syntax: 

<del cite="URL"> 

Attribute Values: 

  • URL: it contains the value i.e URL which specifies the source of the deleted text

Possible Values: 

  • absolute URL: It points to another website.
  • relative URL: It points to a file within a website.

Example: 

Output :

 👁 Image
 

Supported Browsers: The browser supported by HTML <del> Cite Attribute are listed below:

  • Google Chrome
  • Internet Explorer
  • Edge 12
  • Firefox 1
  • Opera
  • Safari
Comment
Article Tags: