Horje
css strikethrough Code Example
css strikethrough
h1 {
  text-decoration: overline;
}

h2 {
  text-decoration: line-through;
}

h3 {
  text-decoration: underline;
}
css text strike
h2 {
  text-decoration: line-through;
}
css strikethrough html text
style="text-decoration: line-through;"
how to underline font in css
h3 {
  text-decoration: underline;
}
underline text using css
/* Using 'text-decoration' property with 'underline' value. we can draw underline below the text using css */
<style>
p {
  text-decoration: underline;
}
</style>
<p>Hello all Welcome here !!!</p>
how to create a strikethrough in css
text-decoration: line-through;




Css

Related
connect html file to css Code Example connect html file to css Code Example
how to give shadow to navbar Code Example how to give shadow to navbar Code Example
use font awesome as content in css Code Example use font awesome as content in css Code Example
change color of bullet points css Code Example change color of bullet points css Code Example
center div css Code Example center div css Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12