Posts

Showing posts with the label HTML <strike> tag

strike tag in html with example

Image
 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. strike tag in html with example Example : - <! DOCTYPE html > < html >     < head >         < title > HTML textarea tag </ title >     </ head >     < body >         < h1 >  HTML strike tag </ h1 >                 < h2 > Car price   < strike > Rs100 </ strike > now only  Rs 99 </ h2 >     </ body > </ html > strike tag in html with example Output Related Post :- html button tag How to create a reset button form ...