|
The
body tag is used to identify the beginning of
the main portion of your web page. All of the
web page will be designed between the opening
and closing body tag.
Between
these two tags you will place all images, image
maps, links, text, paragraphs, and forms. In the
following example, I have placed one paragraph
of text between the body tags.
<html>
<head>
<title>This is the Title of my Web
Page</title>
</head>
<body>
This is a paragraph between the body tags,
to provide an example of
what the text should look like!
</body>
</html> |
Starting and Ending an HTML Document
Heading and Title Tags
Meta Tags (Author, Description and Keywords)
Body Tag
Background Image
|