Give an example of nested frameset
Answers
Answered by
0
Answer:
Framesets may be nested to any level. In the following example, the outer FRAMESET divides the available space into three equal columns. The inner FRAMESET then divides the second area into two rows of unequal height.
Explanation:
Answered by
1
Answer:
<HTML>
<HEAD>
<TITLE> Nested Frameset </TITLE>
</HEAD>
<FRAMESET Rows= "90, *">
<FRAM Src= "sampleframe1.html">
<FRAMESET Cols= "200, *">
<FRAME Src= "sampleframe2.html">
<FRAME Src= "sampleframe3.html">
</FRAMESET>
</FRAMESET>
</HTML>
Explanation:
I hope it will useful for U.
Thank U
Similar questions