html h4 code example
Example 1: h1
<h1>Message Here</h1>
<h1 style="color: red"> Message Here</h1>
Example 2: h1 tag html
<h1> heading 1</h1>
Example 3: how to use h4 tag html
<h4>H4 TAG</h4>
<h1>Message Here</h1>
<h1 style="color: red"> Message Here</h1>
<h1> heading 1</h1>
<h4>H4 TAG</h4>