Answers for "making specific words bold in css"

1

how to only make a part bold in css

<!-- It's better if you do it in your HTML file instead -->

<p><strong>This is bold</strong>this is not</p>
Posted by: Guest on June-03-2020
3

how to make bold text css

font-weight: normal|bold|bolder|lighter|number|initial|inherit;

font-weight: 700;
Posted by: Guest on December-09-2020

Browse Popular Code Answers by Language