Advertisement
Shishu

frameset of html

Oct 17th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.61 KB | None | 0 0
  1. <html>
  2.    
  3.    <head>
  4.       <title>HTML Frames</title>
  5.    </head>
  6.    
  7.    <frameset cols = "75%,25%">
  8.       <frame  src = "hw.html" />
  9.       <frame src = "1st class.html" />
  10.      
  11.    </frameset>
  12.    
  13. </html>
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24. <html>
  25.    
  26.    <head>
  27.       <title>HTML Frames</title>
  28.    </head>
  29.     <frameset cols = "50%,50%">
  30.         <frameset cols = "25%,25%">
  31.             <frame src = "1st class.html" />
  32.             <frame  src = "hw.html" />
  33.             <frame src = "hw.html" />
  34.         </frameset>
  35.         <frameset cols = "25%,25%">
  36.             <frame src = "1st class.html" />
  37.             <frame  src = "1st class.html" />
  38.         </frameset>
  39.     </frameset>
  40. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement