Home | Computer Science
<
Framset
Defination
A collection of frames in a browser.
FRAMSET
Some information
- We can also show framset in row and column.
- In Framset the area can only divide in 100 ( for e.g. 25%,50%,25% )
- body tag will not used in this coding
Program
INPUT
<html>
<head>
<frameset rows="20%,30%,50%">
<frame src=".jpg">
<frame src=".jpg">
<frame src=".jpg">
</frameset>
</html>
OUTPUT