0 votes
95 views
in HTML by (3.5k points)
edited

How to create frames in HTML?

1 Answer

0 votes
by (3.5k points)
edited
<!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>

Related questions

0 votes
1 answer 116 views
asked Jun 24, 2023 in HTML by Doubtly (98.9k points)
0 votes
1 answer 124 views
asked Aug 19, 2022 in HTML by codelikepro (3.5k points)
0 votes
1 answer 89 views
asked Aug 19, 2022 in HTML by codelikepro (3.5k points)
0 votes
1 answer 131 views
0 votes
1 answer 108 views
asked Aug 19, 2022 in HTML by codelikepro (3.5k points)
0 votes
1 answer 118 views
asked Aug 19, 2022 in HTML by codelikepro (3.5k points)

Doubtly is an online community for engineering students, offering:

  • Free viva questions PDFs
  • Previous year question papers (PYQs)
  • Academic doubt solutions
  • Expert-guided solutions

Get the pro version for free by logging in!

5.7k questions

5.1k answers

108 comments

537 users

...