HTML Strikthrough

To cross some text in website or blog we use the HTML Strikthrough  <del> tag.Here i teach you how to cross some text in the website by using the <del> tag with the example and their result
Example:
<p>Now <del>Scratched</del> Out!</p>


Result:
Now scratched out!

HTML Check off tasks
Now here i discuss you about the main use of html <del> tag.
Example:

<ol>
<li>Wash Your hands</li>
<li><del>Cook Food</del></li>
<li><del>Evil</del></li>
</ol>

Result:

  1. Wash Your hands
  2. Cook Food
  3. Evil

No comments:

Post a Comment