css code for bold

 css code for bold


p.normal {

  font-weight: normal;

}


p.thick {

  font-weight: bold;

}


p.thicker {

  font-weight: 900;

}

Comments

Last 7 Days

How to use referrerpolicy Attribute value (strict-origin ) with < iframe > tag in HTML ? with example