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. |