how to only make a part bold in css

Solutions on MaxInterview for how to only make a part bold in css by the best coders in the world

showing results for - "how to only make a part bold in css"
Lea
06 Aug 2020
1<!-- It's better if you do it in your HTML file instead -->
2
3<p><strong>This is bold</strong>this is not</p>