html h3 code example
Example 1: h1
<h1>Message Here</h1>
<h1 style="color: red"> Message Here</h1>
Example 2: how to make a h3 tag html
<h3>THE H3 TAG</h3>
<h1>Message Here</h1>
<h1 style="color: red"> Message Here</h1>
<h3>THE H3 TAG</h3>