Answers for "how to give a underline in a particular word in css"

15

how to underline text in css

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

Code answers related to "how to give a underline in a particular word in css"

Browse Popular Code Answers by Language