Answers for "css how to add undeline to an element"

CSS
8

how to underline font in css

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

Code answers related to "css how to add undeline to an element"

Browse Popular Code Answers by Language