Frames: Difference between revisions
Jump to navigation
Jump to search
My example
(Created page with "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <HTML> <HEAD> <TITLE>A simple frameset document</TITLE> </HEAD> <FRAME...") |
No edit summary |
||
Line 1: | Line 1: | ||
//master page | |||
<html> | |||
< | <head> | ||
< | <title>My example</title> | ||
< | </head> | ||
</ | <frameset cols="30%,50%"> | ||
< | <frame src="page1.htm"> | ||
<frame src="page2.htm"> | |||
</frameset> | |||
</html> | |||
Revision as of 23:24, 14 April 2013
//master page