Hi i'm Floyd and i am gonna teach you HTML. Hi i'm Floyd and in this lesson we are going to learn HTML. IofM.net Free Internet Service Provider for the Isle of Man
 



What is HTML ?


Introduction
What are Tags
Closing Tags
Using Tags
Getting Started
Your first Webpage
Fixing your first page
  Make your First Webpage



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



<html>
<body>

This is my Web page about televisions. 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 television.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.


Previous Page Back Next Next Page


Index / Lesson One / Lesson Two / Lesson Three / Lesson Four