The Anatomy of a good Web Page

The Heading

The heading is a very important section of an HTML document even though the heading contains information that won't even be displayed on the Web page itself.

The Title


The Title of an HTML document (Web Page) is nested within the head tags.

The Body

The Body contains all content for the Web Page that will be viewed. It is where I put all of my neat stuff of whatever it is that I want to appear on my HTML document.