Bolding text in email template

I have an email template that contains straight-forward text. Can anyone please advise if it is possible to make parts of it bold please?

Thank you

You prefix the data item that you wish make bold with < “Less than symbol” b then > “Greater than symbol” and suffix it with < “Less than symbol” /b then > “Greater than symbol”

So just to add to @RobC an example:

For bold text use:

<b>This is bold text</b>

This will show as:
This is bold text

Thank you so much for your help. That’s brilliant.