Answers for "how to underline the word when selecting in css"

CSS
8

how to underline font in css

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

Code answers related to "how to underline the word when selecting in css"

Browse Popular Code Answers by Language