Tags for making text bold
You already know that headings are bold by default. However, you can also make regular text bold - just put it in the b tag. See the example:
<p>
This is regular text and this is <b>bold</b> text.
</p>
:
Check that the b tag is working on your page.