Page 96 - Computer Class 08
P. 96
8 8 8 Frames and Tables Frames and Tables Frames and Tables
in HTMLin HTML
in HTML
Fill the frames given below with all your desires that you want to fulfill.
Frame1 Frame2 Frame3
Frame 4
Frame 5
HTML frames allow authors to present documents in multiple views, which may be
independent windows or subwindows. Multiple views offer designers a way to keep certain
information visible, while other views are scrolled or replaced. For example , within the same
window, one frame might display a static banner, a second a navigation menu, and a third
the main document that can be scrolled through or replaced be navigating in the second
frame.
Following is the example to create three horizontal frames.
<html>
<head>
<title>HTML Frames</title>
</head>
<frameset rows=“10%, 80%,10%”>
<frame name=“top” src=“/C:\Users\HP12\Desktop\HTML.html” />
<frame name=“main” src=“/C:\Users\HP12\Desktop\Naveen.html” />
Computer-8 96