Frames: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
(Redirected page to Frame Construction Set)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
//master page
#redirect [[Frame Construction Set]]
<html>
<head>
<title>My example</title>
</head>
<frameset cols="30%,50%">
<frame src="page1.htm">
<frame src="page2.htm">
</frameset>
</html>

Latest revision as of 17:45, 3 January 2023