Answers for "html css how to bold text"

CSS
10

how bold text in css

p.normal {
  font-weight: normal;
}

p.thick {
  font-weight: bold;
}

p.thicker {
  font-weight: 900;
}
Posted by: Guest on November-18-2020
-2

text bold in css

font weight bold
Posted by: Guest on May-04-2021

Browse Popular Code Answers by Language