Answers for "which css property is used to underline text?"

CSS
11

how to underline text in css

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

Code answers related to "which css property is used to underline text?"

Browse Popular Code Answers by Language