<!DOCTYPE html>
<html>
  
   <head>
      <title>HTML Demp Frames</title>
   </head>
     
   <frameset rows = "10%,80%,10%">
      <frame name = "top1" src = "/html/top_frame.htm" />
      <frame name = "mainframe" src = "/html/main_frame.htm" />
      <frame name = "bottompart" src = "/html/bottom_frame.htm" />
    
      <noframes>
         <body>Hey Great Learning</body>
      </noframes>
       
   </frameset>
    
</html>