Answers for "make paragraph tag text bold html"

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
2

how to bold in html

#bold text:
<strong> this is bold </strong>
Posted by: Guest on June-21-2020

Browse Popular Code Answers by Language