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:
- How to create and edit HTML files, and open them in your browser
- The basics HTML tags (
<html>, <head>, <title>, <body>, <h1>, <p>,etc.) - 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!