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

<html>
<body>
<h1>Short Story</h1>
<p style= "font-style: italic; font-weight: bold;">Bon bons wild adventure</p>
</body>
</html>]]>

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