HTML <strike> tag
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
100  now only  Rs 99

No comments:
Post a Comment