SEO H1 Tag CSS Trick

A sample of formatting H1 tag with CSS
The following is an example of how coders can use CSS (Cascading Style Sheets) to make the fonts appear whatever they like.

In the CSS file:

H1{
font-size: 80%; /*adjust this percentage as needed */
font-weigh: bold; /*adjust the boldness accordingly */
}

The H1 tag should only be used at least once per page. The best way for search engines to index every H1 tag keyword on all of the pages – Tags (H1, H2, H3) are an important part of HTML coding and they tell the search engine spiders that what they are caching is said to beway more important than the other content on the page.

You can learn more about the formatting from the W3school site, CSS tutorials.