MCQ
Which HTML tag is used to define a strikethrough text?
A <del>
B <s>
C <strike>
D All of the above
Explanation

<del>, <s>, and <strike> all create strikethrough text, though <del> indicates deleted text semantically.