Search This Blog

HTML Strike Tag Example

HTML Strike Tag Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h2> <strike> Strike Tag Example </strike> </h2>
<p> by < strike > tag we can <strike>strike</strike> any content like word, character and paragraph. </p>
</center>
</body>
</html>

OUTPUT
HTML Strike Tag Example

No comments:

Post a Comment