Search
 
SCRIPT & CODE EXAMPLE
 

CSS

how to create a strikethrough in css

text-decoration: line-through;
Comment

how to strike text in html

<p><strike>Hello WWorld</strike></p>
Comment

css strikethrough html text

style="text-decoration: line-through;"
Comment

strikethrough html

<!-- The <del> tag gives a certain part of an element a strikethrough
 	 in contrast to the <ins> tag, which underlines a part of text. -->

<h1> My favorite animal are <del> cats</del> dogs. </h1>
Comment

how to strike text in html

<p><del>Hello world</del></p>
Comment

strikethrough in html

<p>I <s><em>totally</em></s> own the world</p>
Comment

PREVIOUS NEXT
Code Example
Css :: how to change color of element when hovering over div 
Css :: vertical line between two divs 
Css :: how to add space between image and text in css 
Css :: how to make fonts respnsive 
Css :: remove border svg 
Css :: blink css 
Css :: why top -10 css? 
Css :: css grid repeat 
Css :: wordpress css admin not loading 
Css :: kerning css 
Css :: how to let flex child take whole width 
Css :: relative position div is overlapping fixed or sticky header 
Css :: style direction 
Css :: remove on click border 
Css :: css margin right 
Css :: quitar borde a un boton css 
Css :: disabled button tailwind css class on basis of true false 
Css :: vertical align text in div bottom 
Css :: css background darker 
Css :: css prevent text wrap 
Css :: rgb green 
Css :: css font 
Css :: how to remove bullet in css 
Css :: How to specify that the background image should be shown once, in the top right corner. 
Css :: remove effect off animation css 
Css :: backdrop css 
Css :: css profile picture round 
Css :: how to hide an element in css 
Css :: css percentrage minus px 
Css :: css media queries mobile first 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =