HTML Code:
<p>This text is <del>scratched</del> out!</p>Strikethrough:
This text is scratched out!
HTML - Check Off Tasks
Here's an example of a web developer checking off tasks as they are performed.HTML Code:
<ol>
<li>Clean my room</li>
<li><del>Cook Dinner</del></li>
<li><del>Wash Dishes</del></li>
</ol>
To Do List:
- Clean my room
Cook DinnerWash Dishes