Answers for "underline word in css"

3

line through in css

x {
  text-decoration: line-through;
}
Posted by: Guest on September-11-2020
21

underline text in html

<!-- Using 'u' tag we can draw underline below the text in HTML -->
<p>Hello all <u>Welcome here !!!</u></p>
Posted by: Guest on June-04-2020

Browse Popular Code Answers by Language