part of text bold css code example
Example 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>
Example 2: how to make bold text css
font-weight: normal|bold|bolder|lighter|number|initial|inherit;
font-weight: 700;