8. The "body" tags

The information that is inside your document -- information that is to be displayed to the reader -- should be placed inside of two "body" tags.

<html>

<head>
   <title>HTML, An Introduction</title>
</head>

<body>

An Introduction to Hypertext Markup Language

TUTORIAL DESCRIPTION
HTML is the basic language of the World Wide Web. If you are interested in creating webpages, HTML is the first thing you should learn. In this tutorial, you will
learn what HTML stands for,
learn some basic tags, and
see an example of how a webpage would be encoded with HTML.

SOME EFFECTS OF HTML TAGS
Making text bold or italicized.
Changing the size of text.
Linking one document to another.
Creating numbered and non-numbered lists.

PREREQUISITES
You should have had some experience browsing the web, as well as some general experience with computers. Additionally, you should know how to save and retrieve documents on a computer.

FURTHER READING
There are many other html tutorials listed at Yahoo.

</body>

</html>

What would this document look like in a web browser so far?


NEXT: >>

Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18