1.

Name the tag which permits a user to add more than one web page in a single window. List any attributes of it with explanation.

Answer»

<FRAMESET>tag and <FRAME>tag 

Attributes of <FRAMESET>

  • Rows: Used to divide screen in row wise 
  • Cols: Used to divide screen in column wise 
  • Attributes of <FRAME>
  • SRC: Species name of web page to be loaded in Frame 
  • NAME: Gives a name for the frame.

Eg. <FRAMESET Rows= “50%,*”>

<FRAME SRC= “page1.htm”>

<FRAME SRC= “page2.htm”>

</FRAMESET>



Discussion

No Comment Found