×

Html & Html5

The World's best Software Development Study Portal

HTML strike tag


This <strike> tag is use to strike the text from the middle means in general way we can say it just horizontally mark the line from the mid of the text or paragraphs.

Let's understand this by the following example:


<h1> <strike> Wrong spelling of progremmer. </strike> </h1>
<h1> Correct spelling of programmer. </h1>

Output: