Frames: Loaded in Each Frame
Frames: Loaded in Each Frame
Welcome to HTML.
Top.html
MainFrame.html
Welcome to HTML.
bottom.html
FRAMES
Top.html
<html>
Welcome to HTML.
</html>
Bottom.html
<html>
This is example for Frames.
</html>
MainFrame.html
<frameset >
rows = " 50%, 50% "
Top.html FRAMES
<html>
Welcome to HTML.
</html>
Frame 1
Bottom.html
<html>
This is example for Frames.
</html>
MainFrame.html
<frameset >
rows = " 50%, 50% "
FRAMES
Top.html
<html>
Welcome to HTML.
</html>
Frame 1
Bottom.html
<html>
This is example for Frames. Frame 2
</html>
MainFrame.html
<frameset >
rows = " 50%, 50% "
Top.html FRAMES
<html>
Welcome to HTML.
Frameset 1
</html>
Frame 1
Bottom.html Welcome to HTML.
<html>
This is example for Frames. Frame 2
</html> This is example for Frames.
MainFrame.html
<head>
<frameset >
rows = " 50%, 50% "
<frame src = “top.html” > rows = " 50% , * "
<frame src = “bottom.html”>
</frameset> rows = " 50 , 50 "
</head>
FRAMES
Left.html
MainFrame.html
Welcome to HTML. This is example for Frames.
Right.html
Left.html
FRAMES
<html>
Welcome to HTML.
</html>
Right.html
<html>
This is example for Frames.
</html>
MainFrame.html
<frameset >
cols = “ 50%, 50% "
Left.html FRAMES
<html>
Welcome to HTML.
</html> Frame 1
Right.html
<html>
This is example for Frames.
</html>
MainFrame.html
<frameset >
cols = “ 50%, 50% "
Left.html FRAMES
<html>
Welcome to HTML.
</html>
Frame 1 Frame 2
Right.html
<html>
This is example for Frames.
</html>
MainFrame.html
<frameset >
cols = “ 50%, 50% "
Left.html
FRAMES
<html>
Welcome to HTML.
Frameset 1
</html>
Frame 1 Frame 2
Right.html Welcome to HTML. This is example for Frames.
<html>
This is example for Frames.
</html>
MainFrame.html
<head>
<frameset >
cols = “ 50%, 50% "
<frame src = “left.html” >
<frame src = “right.html” >
</frameset>
</head>
MainFrame.html
1.html
This is frame1 This is frame 2
2.html
This is frame 3 This is frame 4
4.html
3.html
MainFrame.html
Frame 2
FRAMES
Frameset 1
MainFrame.html
Frame 1
MainFrame.html Frameset 1
Frame 1
Frame a
<frameset rows=“50% , 50%” >
<frameset cols=“50%
, 50%” >
Frame 2
FRAMES
Frameset 1
MainFrame.html Frame 1
Frame a Frame b
MainFrame.html Frameset 1
Frameset 2
<frameset rows=“50% , 50%” >
Frame a Frame b
<frameset cols=“50% , 50%” >
Frame 2
MainFrame.html
Frame 2
MainFrame.html
<head>
<frameset rows=“50% , 50%” >
<frameset cols=“50% , 50%” >
1.html 2.html
<frame src = “1.html” >
<frame src = “2.html” > Frameset 1
Frameset 2
</frameset> Frame a Frame b
<frameset cols=“50% , 50%” > This is frame1 This is frame2
<frame src = “3.html” >
Frameset 3
<frame src = “4.html” > Frame c Frame d
</frameset> This is frame3 This is frame4
</frameset>
</head>
3.html 4.html
FRAMES
Frame 1 Frame 2
MainFrame.html
Frameset 1
Frame 1 Frame 2
Frame a
MainFrame.html
Frameset 1
Frame 1 Frame 2
MainFrame.html Frame a
Frame b Frame d
This is frame3
3.html
MainFrame.html
<head>
<frameset cols=“50% , 50%” >
1.html 2.html
<frameset rows=“50% , 50%” >
Frameset 1
<frame src = “1.html” > Frameset 2 Frameset 3
<frame src = “3.html” > Frame a Frame c
</frameset> This is frame1 This is frame2
<frameset rows=“50% , 50%” >
<frame src = “2.html” > Frame b Frame d
<frame src = “4.html” > This is frame4
This is frame3
</frameset>
</frameset>
</head>
3.html 4.html
MainFrame.html
<head>
<frameset rows=“50% , 50%” cols=“50%,50%”>
<frame src=“frame1.html”>
<frame src=“frame2.html”>
<frame src=“frame3.html”>
<frame src=“frame4.html”>
OUTPUT:
</frameset>
</head> This is frame1 This is frame2