h3 bold html code example
Example 1: h1
<h1>Message Here</h1>
<h1 style="color: red"> Message Here</h1>
Example 2: html bold
<!--Emphasized bold text. It's for content that is of greater importance-->
<strong>I'm a content</strong>
<!--Bold text. It's used to draw attention to text without indicating that it's more important-->
<b>I'm another content</b>
Example 3: h1 tag html
<h1> heading 1</h1>