To make the text of an element appear in bold, use the font-weight property and set the value to bold.

<html>
<body>
<p style="font-weight: bold;">Test yourself in this year's National Strongman Championship!</p>
</body>
</html>]]>

Make sure to pick font followed by - and then weight, bold.