HTML Frameset (i-frame)
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXAf9uFGYUyyEgE28_kCZnfCSoVk8eAFkgdE44kLjKrEWf9LcDqJ5q6O2lmFFjRcpJeFnQPYxyqb6zR9YKSjalF18u0hgvh8rAiobJOI7EDmyeb4OHUYxn8OQy1fBLaq19k46Xrucyl0zb/s640/frameset.png)
NOTE :- Put the frameset code in between opening and closing tag of Head To get above output copy code and run in google chrome or download file frome below link <!DOCTYPE html> <html> <head> <frameset cols="25%,50%,25%"> <frame src="https://ljtians.blogspot.com/p/c-prg.html" border=2> <frame src="https://ljtians.blogspot.com/"> <frame src="https://ljtians.blogspot.com/p/html.html"> </frameset> </head> <body> </body> </html> Click here to download HTML file..