can please help me this is my thesis need to pass this
I am sorry if you think this is spoon-feeding but for me its not cuz I am new and I want to learn, and I am making my DAD a website .
this is my 1st page:
<?php?>
<html>
<head><title>main</title>
</head>
<frameset rows="20%,*" border="0" noresize="noresize">
<frame noresize="noresize" src="top.php">
<frameset cols=25%,75%>
<frame noresize="noresize" src="LEFT.php" scrolling=yes>
<frame noresize="noresize" src="RIGHT.php" name="L" scrolling=yes> <!-- where do I put the background=black in this RIGHT.PHP? -->
</frameset>
</frameset>
</html>
<?php?>
thanks and advance happy new year and belated holidays!













