Web Page Validation

A How-To Guide for the Complete Beginner

Tutorial

This tutorial will guide you through the process of validating web pages. But before we dive into validation, you must understand a few simple concepts, which will be important in the tutorial:

  1. How to create and edit HTML files, and open them in your browser
  2. The basics HTML tags (<html>, <head>, <title>, <body>, <h1>, <p>, etc.)
  3. The basics of how a web browser works

If you have any trouble with these, you can check out these useful links.

Ready? Then let's get started!