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

CSS
14

how to underline text in css

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

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

Browse Popular Code Answers by Language