Pr.Pg Next Pg

<STRIKE> ……</STRIKE> or <S> …… </S> tag tutorials

  • This is a paired tag element. It requires opening and closing tag. Text written between these two tags gets displayed with STRIKE over it.

  • Both above <STRIKE> and <S> are used to Strike out the written text.

 

Syntax:

<body>

<strike>some text</strike>

</body>

 

Example: HTML program to demonstrate strike

Output:
Pr.Pg border                                              Next Pg