I ran the code below through the W3C validation and received two errors, which I am at a loss to understand. Code is below the errors.
Line 23, Column 6: document type does not allow element "BODY" here
Line 63, Column 7: end tag for "HTML" which is not finished
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"
<HTML>
<HEAD>
<TITLE>Friends to Friends</TITLE>
<META http-equiv="Content-type" content="text/html; charset=iso-8859-1">
<META name="DESCRIPTION" content="An organization aimed at bringing disabled and non-disabled kids together through sports.">
<META name="KEYWORDS" content="sports, bowling, baseball, fishing, disabled">
<META name="AUTHOR" content="Mike Lipay">
<META name="RATING" content="Safe for Kids">
<META name="ROBOTS" content="index, follow">
<META name="REVISIT-AFTER" content="30 days">
<script src="js/ButtonJS.js" type="text/javascript"></script>
<LINK href="css/ButtonCSS.css" type="text/css" rel="stylesheet" >
<LINK href="css/Main.css" type="text/css" rel="stylesheet" >
</HEAD>
<BODY>
<div>
<IMG src="images/Friends.gif" class="hdr" style="top:10px left:10px" alt='friends'>
<IMG src="images/Baseball.png" class="hdr" style="top:80px left:50px" alt='baseball'>
<IMG src="images/Bowling.png" class="hdr" style="top:80px right:45px" alt='bowling'>
<IMG src="images/Fishing.png" class="hdr" style="top:10px right:10px" alt='logo'>
<H1>Friends to Friends</H1>
<H2 id="Chapter"></H2>
</div>
<table>
<tbody>
<tr>
<td>
<iframe id="Content" frameborder="0" scrolling="no" width="90%"></iframe>
</td>
<td>
<a id="Home" class="HomeButton" href="#" onclick="update('Home')"><span>Home</span></a>
<a id="SwPa" class="SwPaButton" href="#" onclick="update('SwPa')"><span>SW Pa.</span></a>
<a id="NwPa" class="NwPaButton" href="#" onclick="update('NwPa')"><span>NW Pa.</span></a>
<a id="link1" class="" style="width:36%;" target="Content" href=""></A>
<a id="link2" class="" style="width:36%;" target="Content" href=""></A>
<a id="link3" class="" style="width:36%;" target="Content" href=""></A>
<a id="link4" class="" style="width:36%;" target="Content" href=""></A>
<a id="link5" class="" style="width:36%;" target="Content" href=""></A>
<a id="link6" class="" style="width:36%;" target="Content" href=""></a>
</td>
</tr>
</tbody>
</table>
<script type="text/javascript">
update('Home');
</script>
</BODY>
</HTML>
Let all bear in mind that a society is judged not so much by the standards attained by its more affluent and privileged members as by the quality of life which it is able to assure for its weakest members.
Line 23, Column 6: document type does not allow element "BODY" here
Line 63, Column 7: end tag for "HTML" which is not finished
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"
<HTML>
<HEAD>
<TITLE>Friends to Friends</TITLE>
<META http-equiv="Content-type" content="text/html; charset=iso-8859-1">
<META name="DESCRIPTION" content="An organization aimed at bringing disabled and non-disabled kids together through sports.">
<META name="KEYWORDS" content="sports, bowling, baseball, fishing, disabled">
<META name="AUTHOR" content="Mike Lipay">
<META name="RATING" content="Safe for Kids">
<META name="ROBOTS" content="index, follow">
<META name="REVISIT-AFTER" content="30 days">
<script src="js/ButtonJS.js" type="text/javascript"></script>
<LINK href="css/ButtonCSS.css" type="text/css" rel="stylesheet" >
<LINK href="css/Main.css" type="text/css" rel="stylesheet" >
</HEAD>
<BODY>
<div>
<IMG src="images/Friends.gif" class="hdr" style="top:10px left:10px" alt='friends'>
<IMG src="images/Baseball.png" class="hdr" style="top:80px left:50px" alt='baseball'>
<IMG src="images/Bowling.png" class="hdr" style="top:80px right:45px" alt='bowling'>
<IMG src="images/Fishing.png" class="hdr" style="top:10px right:10px" alt='logo'>
<H1>Friends to Friends</H1>
<H2 id="Chapter"></H2>
</div>
<table>
<tbody>
<tr>
<td>
<iframe id="Content" frameborder="0" scrolling="no" width="90%"></iframe>
</td>
<td>
<a id="Home" class="HomeButton" href="#" onclick="update('Home')"><span>Home</span></a>
<a id="SwPa" class="SwPaButton" href="#" onclick="update('SwPa')"><span>SW Pa.</span></a>
<a id="NwPa" class="NwPaButton" href="#" onclick="update('NwPa')"><span>NW Pa.</span></a>
<a id="link1" class="" style="width:36%;" target="Content" href=""></A>
<a id="link2" class="" style="width:36%;" target="Content" href=""></A>
<a id="link3" class="" style="width:36%;" target="Content" href=""></A>
<a id="link4" class="" style="width:36%;" target="Content" href=""></A>
<a id="link5" class="" style="width:36%;" target="Content" href=""></A>
<a id="link6" class="" style="width:36%;" target="Content" href=""></a>
</td>
</tr>
</tbody>
</table>
<script type="text/javascript">
update('Home');
</script>
</BODY>
</HTML>
Let all bear in mind that a society is judged not so much by the standards attained by its more affluent and privileged members as by the quality of life which it is able to assure for its weakest members.