The header tag, or the <h1> tag in HTML, will usually be the title of a post, or other emphasized text on the page. It will usually be the largest text that stands out. There are other header tags in HTML too, like an h2, h3, h4, etc. Each can have a lesser degree of importance on the page, but it really depends on how your HTML/CSS guy did the layout.
How you write your header, or h1 tag, is going to be similar to how you wrote your title tag. Sometimes these can be the same.
Put your header tag <h1> </h1> at the top of the page, preferably after the <body> tag.
|