Which one of the following will be the correct style of displaying the contents in bold? code example
Example 1: how to bold in html
#bold text:
<strong> this is bold </strong>
Example 2: html make text bold
<b> Bold Text </b>
#bold text:
<strong> this is bold </strong>
<b> Bold Text </b>