It will arrange group of frames argental or vertically but
we must specify percentage for each frame.
<html>
<head>
<title>
First Page</title>
<frameset
cols='20%,60%,20%'>
<frame
src='list.html'/>
<frame
src='audio.html'/>
<frame
src='video.html'/>
</frameset>
</head>
<body>
</body>
</html>
No comments:
Post a Comment