Make Text Bold Using HTML
<b>Hello</b>
Simply wrap the text you want to be bold in HTML's <b> tag.
Note: Opening and closing tags are identical except the closing tag always contains a forward slash just after the left arrow </
Related Resources:
Make Strikethrough Text Using HTML
Make Italic Text Using HTML