Let's make a web page. Open HTML-Kit or whatever editor you have and open a new page. Most editors, HTML-Kit included, will provide the code shown in green below. Fill in a title and add some text to the body of the page like so:
<html> <head> <title>Give this page a title</title> </head> <body> Add some text to the body by typing it here. </body> </html>
Save the file in a place you can find it (like in a Development folder or on your Desktop), naming it something you will remember, and adding a ".htm" extension on the end. Find the file and open it.
Many of you are looking at the very first web page you designed. You are now a Webmaster.
For more information on the topics of this Lesson, see this site.