1.

Answer the following questions based on HTML:Write the HTML code to create a framed web page in the following format.

Answer»

The required coding is :

<HTML>

<FRAMESET ROWS = "25%,*">

<FRAME SRC = "FileA.HTML">

<FRAMESET COLS = "45%,*">

<FRAME SRC = "FileB.html">

<FRAME SRC = "FileC.HTML">

</FRAMESET>

</FRAMESET>

</HTML>



Discussion

No Comment Found

Related InterviewSolutions