Lesson 2A - Make a Web Page

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.

Lesson 1 HTML Editors   < <  PREVIOUS   Table of Contents NEXT  > >   Lesson 2B HTML Tags

Developed with HTML-Kit
Sandersongs Web Tutorials
Contact the Webmasterwith comments.
©2024, by Bill Sanders, all rights reserved.
This domain had 3,203 different visits in the last 30 days.
http://www.sandersongs.com/HTMLcourse/Lesson02A.php
This page was last modified on our server on 11 Jul 2021
and last refreshed on our server at 2:06 am, UTC
This file took 0.01581 seconds to process.