1.

Explain nesting of framesets with an example.

Answer»

Nesting of framesets

A<frameset>tag contains another

<frameset>tag

Eg:

<frameset cols=”30%,*”>

<frame src=”page1.html”>

<frameset rows=”33%,33%,*”>

<frame src=”page2.html”>

<frame src=”page3.htmr>

<frame src=”page4.html”>

</frameset>

</frameset>



Discussion

No Comment Found