Good Web Page Structure


Good HTML code makes it easy for others to read and understand your code
and helps to guarantee that your page will work correctly in any browser.

Here are some tips for HTML:

  1. Use at least a <p> tag around any text.
  2. Put all page content and formatting within the <body> tag.
  3. Be careful to close all tags that require an end tag.
  4. Close tags that have an optimal end tag - it is good HTML practice.
  5. Uses blank lines and spacing within your HTML to make it readable.

Created by Shirley Alder
September 19, 2004