how to bold only a part of p css code example
Example: 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>
<!-- It's better if you do it in your HTML file instead -->
<p><strong>This is bold</strong>this is not</p>