Answers for "how to add underline in a text in html and css"

CSS
1

how to underline text in css

text-decoration: underline;
Posted by: Guest on July-28-2020
8

how to underline text in css

h3 {
  text-decoration: underline;
}
Posted by: Guest on April-28-2020

Code answers related to "how to add underline in a text in html and css"

Browse Popular Code Answers by Language