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:
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:
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:
- Wash Your hands
Cook FoodEvil
No comments:
Post a Comment