
How do I create frames? What is a frameset?

Hi friends,
Syntax for creating frames..
<frameset cols="20%,60%"> <frame src="fi.html" /> <frame src="f2.htm" /> </frameset>
src -- attributes holds address of destination document.
If you wants to display more than one HTML document in the same browser window.Then you can use frame tag of HTML. Each HTML document is called a frame, and each frame is independent of the others.
The frameset element holds two or more frame elements. Each frame element holds a separate document.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.