Tony
0
Q:

css strikethrough html text

style="text-decoration: line-through;"
6
/* 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>
6
h2 {
  text-decoration: line-through;
}
3
h3 {
  text-decoration: underline;
}
6

New to Communities?

Join the community