Header tag style can be managed locally or from a common style sheet file for the whole website. We will discuss some of the styles we can use along with header tags but you can add any other types of properties.
By using style properties we can manage how our header tags will be displayed. We can control font size, font weight, colour, margin, background and many other properties from the style properties.
Here is the code used in external style sheet to manage headers for this site.
As you can see we have defined H1 and H3 as same style property but H4 is different with a background color
We will keep the above code inside <HEAD> tag within <STYLE>