1.

Differentiate <frame> and <frameset> tags.

Answer»

The <frameset> tag defines the frame sections and the <frame> tag specifies the pages to be loaded in each frame
<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: Specifies name of web page to be loaded in Frame
  • Scrolling: Enables the web page displayed to be scrolled

Eg: <FRAMESET Cols=“50%,*”>
< FRAME SRC=“page1.html”>
< FRAME SRC=“page2.html”>
</FRAMESET>



Discussion

No Comment Found