Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>exampletest09<title>
- </head>
- <frameset cols = "25%, *">
- <noframes>
- <body>Your browser cannot load frame test.
- So, this is the version with no frame testing.</body>
- </noframes>
- <frame src ="/html/tutorial/frame_example_left.html" />
- <frame src ="/html/tutorial/frame_example_right.html" />
- </frameset>
- </html>
- <html>
- <body style="background-color:green">
- <p>left frame (frame_example_left.html).</p>
- </body>
- </html>
- <html>
- <body style="background-color:yellow">
- <p>right frame (frame_example_right.html).</p>
- </body>
- </html>
- by 8u
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement