ad

Monday, November 3, 2025

strike tag in html with example

 HTML <strike> tag

https://webdesigningtheory.blogspot.com

HTML <strike> tag is use to draw a horizontal line through text.

<strike> tag show the text  no longer valid relevant or accurate.

 visual effect called a strikethrough.

 <strike> tag specifies strikethrough text.

<strike> tag used show deleted,incorrect or outdated content.

Example :-

<h2> Car price  <strike>Rs100</strike> now only  Rs 99 </h2>

Output

 Car price  Rs100  now only  Rs 99

Related Post :-

html button tag

How to create a reset button form using html

C Program to print Alphabet P Pattern

No comments:

Post a Comment