Advertisement
8u

screen frame html

8u
Aug 21st, 2021
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.58 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>exampletest09<title>
  4. </head>
  5. <frameset cols = "25%, *">
  6.   <noframes>
  7.   <body>Your browser cannot load frame test.
  8.  So, this is the version with no frame testing.</body>
  9.   </noframes>
  10.   <frame src ="/html/tutorial/frame_example_left.html" />
  11.   <frame src ="/html/tutorial/frame_example_right.html" />
  12. </frameset>
  13. </html>
  14. <html>
  15.  
  16. <body style="background-color:green">
  17. <p>left frame (frame_example_left.html).</p>
  18. </body>
  19. </html>
  20.  
  21. <html>
  22. <body style="background-color:yellow">
  23. <p>right frame (frame_example_right.html).</p>
  24. </body>
  25. </html>
  26.  
  27. by 8u
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement