The strike is a html tag. When you writes the text within this tag, then a line will be display over this text. This line will be pass from center of text.
<strike>Hyper Text Markup Language</strike>
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>HTML is a markup language</title> </head> <body> <h1>Example of HTML strike tag.</h1> <p>HTML is a markup language. <br/><font color="green" size="4"> It is used for designing not for development.</font> <br/> <font style="color:purple"><strike> HTML stands for Hypertext Markup Language.</strike></font> </p> </body> </html> |

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.