wolvrine
Broken In
<html>
<body bgcolor="#800000">
<title>HTML PAGE </title>
<font face="verdana" size="14" color="#cccccc">
<p align="center">
<body>
Welcome to my HTML page. If you need to learn more about HTML, click
here.
</p>
</font>
</body>
</html>
<p align="center"> and </p>
"align" is a "sub-tag" for
. It is used to specify the alignment of the text within
the new paragraph.
This inserts an image where it is placed.
and
This tag inserts a hyperlink. The link is specified in the "href" section of the link,
and the text directly after the first tag is closed. After you have already typed the text
that you wish to hyperlink and you are ready to end the link, you end the tag, using
</a>.
wait for another
<body bgcolor="#800000">
<title>HTML PAGE </title>
<font face="verdana" size="14" color="#cccccc">
<p align="center">
<body>

Welcome to my HTML page. If you need to learn more about HTML, click
here.
</p>
</font>
</body>
</html>
<p align="center"> and </p>
"align" is a "sub-tag" for
. It is used to specify the alignment of the text within
the new paragraph.

This inserts an image where it is placed.
and
This tag inserts a hyperlink. The link is specified in the "href" section of the link,
and the text directly after the first tag is closed. After you have already typed the text
that you wish to hyperlink and you are ready to end the link, you end the tag, using
</a>.
wait for another