html
  1. html-del-tag

HTML <del> Tag

  • The <del> tag in HTML is used to represent text that has been deleted or removed from a document.
  • It is often used to indicate revisions or changes in content.

<del>This is an example sentence.</del>
Try Playground

The <del> tag to enclose the text "This is an example sentence," indicating that it has been deleted or removed.

Published on: