Welcome to the first lesson

Step 1.

First, create a text file, and copy+paste the following text into that file.

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>My test page</title> </head> <body> Hello World! <p>You just created your first webpage, how exciting!</p> <p>To continue, click <a href="http://avant.net/lessons/2.html">here</a>.</p> </body> </html>

Next, save the file as example.html

and now open the file in a web browser.