Talks about Linux and Ubuntu.

Code for website starts here. What I want to do is put the code here that works.














Home | Code Here. | Photos





Frames Example 5

<html>
<head>
<title>Frames Example 5</title>
</head>
<frameset cols="20%,80%">
<frame src="page1.htm" name="left_frame">
<frame src="page2.htm" name="right_frame">
</frameset>
</html>

This is the code that I tried first on this website. I am not too sure that it is working the way that I wanted it to.
















Enter main content here
















Enter supporting content here