This is an ad.
 
Webmonkey Kids
Webmonkey Kids
Lessons
Projects
Playground
Tools

Introduction
icon What Are Tags?
Closing Tags
Using Tags
Getting Started
Make Your First Web Page
Fixing Your First Web Page



Parents and Teachers:
Find out how your kids can use Webmonkey for Kids as a learning tool at home or in the classroom with our Planning Guide.

Send us feedback

Lesson A: What Is HTML?
Make Your First Web Page


ype this into your text editor (SimpleText, Notepad, whatever you have there):



<html>
<body>

This is my Web page about staplers. I think it's pretty great so far. I'm an HTML master and everyone should worship me.

</body>
</html>

Now save that file. Give it whatever name you want, but be sure to add .html at the end of it so the Web browser will recognize it as something it knows how to read. Let's call this one staplers.html.

That's it. You're done. You created a Web page. Go home! Stop reading! You've learned everything you need to know!

OK, maybe you haven't learned everything, but you did just make a Web page. So let's go see what it looks like to a Web browser.

Back

Next Page