Lesson Twelve
Here Is The Frames Page Code.

<html>
<head><title>Frames Page</title></head>
<frameset border="2" frameborder="2"
framespacing="2" bgcolor="darkred"
cols="15%,*">
<frame src="sidebar.html" name="side"
scrolling="yes">
<frame src="main.html" name="main"
scrolling="yes">
</frameset>
</html>