HTML doesn't have a <bold>
tag, instead you would have to use <b>
. Note however, that using <b>
is discouraged in favor of CSS for a while now. You would be better off using CSS to achieve that.
The <strong>
tag is a semantic element for strong emphasis which defaults to bold.