Home | Computer Science

<
Framset

Defination

A collection of frames in a browser.


FRAMSET Some information
Program
INPUT

<html> <head> <frameset rows="20%,30%,50%"> <frame src=".jpg"> <frame src=".jpg"> <frame src=".jpg"> </frameset> </html>

OUTPUT