Answers for "css syntax for underlining text"

CSS
8

how to underline text in css

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

Browse Popular Code Answers by Language