font style <b> html code example
Example 1: how to bold text css inline
<p style="font-weight:bold">Hey there</p>
Example 2: html
<b>This text is bold</b>
<p style="font-weight:bold">Hey there</p>
<b>This text is bold</b>