I) The content of the document is contained within this area:
a) <body></body>
b) <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
DOCUMENT INFORMATION
</BODY>
</HTML>
c)
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Your Name">
<meta name="GENERATOR" content="XXXX
[en] (WinXX;
U) [XXXX]">
<title>Example of the Body Code</title>
</head>
<body>
<center>
<p><font face="Bandstand"><font color="#FF9900">COPYRIGHT 2001
ALL RIGHTS RESERVED BY J.A.M.</font></font>
<br><font face="Bandstand"><font color="#FF9900"><font size=+2>HTML
CODES
ON THE INTERNET</font>
<br><font face="Bandstand"><font color="#FF9900">SAINT LOUIS,
MISSOURI</font></center>
</body>
</html>
III) In the above example, the body code only contains the stated copyright information from this page.
IV)) DOCTYPE relates to the version of HTML used by your HTML program, and the statement may vary, which depends on your specifications.
V) Content=XXXX
is the name of your HTML editor, WinXX=
the version of windows, and [XXXX]=your
browser name.
COPYRIGHT 2002
ALL RIGHTS RESERVED BY J.A.M.
HTML CODES
ON THE INTERNET
SAINT LOUIS, MISSOURI