0% found this document useful (0 votes)
49 views

HTML - Multiple Web Frameset

The document discusses using the <frameset> element in HTML to create a multi-page website layout. The <frameset> element holds one or more <frame> elements, where each <frame> can link to a separate HTML page. The example shows a <frameset> with rows and columns to divide the browser window into sections for a top bar, left navigation menu, and main content area. Clicking buttons in the left frame will display the corresponding page in the main frame area to the right. Students are assigned to build websites for a college, online shopping with categories, and tourism of India using this multi-page <frameset> technique.

Uploaded by

Sourav Nayak
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views

HTML - Multiple Web Frameset

The document discusses using the <frameset> element in HTML to create a multi-page website layout. The <frameset> element holds one or more <frame> elements, where each <frame> can link to a separate HTML page. The example shows a <frameset> with rows and columns to divide the browser window into sections for a top bar, left navigation menu, and main content area. Clicking buttons in the left frame will display the corresponding page in the main frame area to the right. Students are assigned to build websites for a college, online shopping with categories, and tourism of India using this multi-page <frameset> technique.

Uploaded by

Sourav Nayak
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

WEB DESIGNING WITH HTML

Session : Frameset (Multi Page)


The <frameset> element holds one or more <frame> elements. Each <frame>
element can hold a separate document (individual Page)
<FRAMESET> description:
3
<FRAMESET rows = “300, *”> 0
0

r
e
s
t
The <frameset> element holds one or more <frame> elements. Each <frame>
element can hold a separate document (individual Page)
<FRAMESET> description:
3
<FRAMESET rows = “300, *”> 0
0
<FRAME src= ”top.html”>

r
e
s
t
The <frameset> element holds one or more <frame> elements. Each <frame>
element can hold a separate document (individual Page)
<FRAMESET> description:
3
<FRAMESET rows = “300, *”> 0
0
<FRAME src= ”top.html”>
<FRAMESET cols = “200, *”>

r
e
s
t

2
0
0
The <frameset> element holds one or more <frame> elements. Each <frame>
element can hold a separate document (individual Page)
<FRAMESET> description:
3
<FRAMESET rows = “300, *”> 0
0
<FRAME src= ”top.html”>
<FRAMESET cols = “200, *”> HOME
Home page
<FRAME src= ”menu.html”> ABOUT
r COURSE
<FRAME src= ”home.html” name= e
“Right” > s CONTACT

</FRAMESET> t
</FRAMESET>
The <frameset> element holds one or more <frame> elements. Each <frame>
element can hold a separate document (individual Page)
<FRAMESET> description:
3
<FRAMESET rows = “300, *”> 0
0
<FRAME src= ”top.html”>
<FRAMESET cols = “200, *”> HOME About
Home page
<FRAME src= ”menu.html”> ABOUT
r COURSE
<FRAME src= ”home.html” name= e
“Right” > s CONTACT

</FRAMESET> t
</FRAMESET>

By clicking on individual button corresponding web pages will


appear at right windows
The <frameset> element holds one or more <frame> elements. Each <frame>
element can hold a separate document (individual Page)
<FRAMESET> description:
3
<FRAMESET rows = “300, *”> 0
0
<FRAME src= ”top.html”>
<FRAMESET cols = “200, *”> HOME About
Coursepage
Home page
<FRAME src= ”menu.html”> ABOUT
r COURSE
<FRAME src= ”home.html” name= e
“Right” > s CONTACT

</FRAMESET> t
</FRAMESET>

By clicking on individual button corresponding web pages will


appear at right windows
Assignment :

1) College Website

2) Online Shopping
website with category

3) Tourism of India HOME


Home page
North ABOUT

South COURSE

East ------ CONTACT

Try it and info KMSir

You might also like