Standard Header Level 1 Top level mail title level for a page. Headers should be used to develop an outline for the page. When validating you HTML the H1 through H6 elements are used by the validators to produce the outlinse of you document.
Second level header.
Third level header.
Fourth level header
Fifthe level header
Standard paragraph
Notice the first seven are block level elements, they each appear on a different line. The next three are all on the same line. They are inline elements. This will be important later. Remember the difference.
This text is bold. This text is italic. This text big. This text is small.The above is standard HTML formatting. Nothing Special. Now let's look at the same page with a little CSS added. CSS Page