SlideShare a Scribd company logo
PRESENTED BY:-VAIBHAV SINHA
CLASS:-BBA(M2)
FRAME What is it?
 HTML frames are used to divide your
browser window into multiple sections
where each section can load a separate
HTML document. A collection of frames
in the browser window is known as a
frameset. The window is divided into
frames in a similar way the tables are
organized: into rows and columns.
Creating Frames To use frames on a page we use <frameset> tag instead of <body> tag. The <frameset>
tag defines how to divide the window into frames. The rows attribute of <frameset> tag
defines horizontal frames and cols attribute defines vertical frames. Each frame is
indicated by <frame> tag and it defines which HTML document shall open into the
frame.
Examples-1:-
Following is the example to create three horizontal frames:-
Coding:-
<html>
<head>
<title>HTML Frames</title>
</head>
<frameset rows="10%,80%,10%">
<frame name="top" src="/html/top_frame.htm" />
<frame name="main" src="/html/main_frame.htm" />
<frame name="bottom" src="/html/bottom_frame.htm" />
<noframes>
<body> Your browser does not support frames.
</body>
</noframes>
</frameset>
</html>
Creating Frames(contd…)
 This will produce following result:-
Creating Frames(contd…)
 Example 2:-
In this example we have replaced rows attribute by cols and changed
their width. This will create all the three frames vertically:
Coding:-
<html>
<head>
<title>HTML Frames</title>
</head>
<frameset cols="25%,50%,25%">
<frame name="left" src="/html/top_frame.htm" />
<frame name="center" src="/html/main_frame.htm" /> <frame
name="right" src="/html/bottom_frame.htm" /> <noframes>
<body> Your browser does not support frames.
</body>
</noframes>
</frameset>
</html>
Creating Frames(contd…)
 This will produce following result:-
DEFINE FRAME AND FRAME SET WITH A EXAMPLE

More Related Content

What's hot

Html
HtmlHtml
Div tag presentation
Div tag presentationDiv tag presentation
Div tag presentation
alyssa_lum11
 
Intro to HTML and CSS basics
Intro to HTML and CSS basicsIntro to HTML and CSS basics
Intro to HTML and CSS basics
Eliran Eliassy
 
Images and Tables in HTML
Images and Tables in HTMLImages and Tables in HTML
Images and Tables in HTML
Aarti P
 
CSS3 Media Queries
CSS3 Media QueriesCSS3 Media Queries
CSS3 Media Queries
Russ Weakley
 
Introduction to CSS
Introduction to CSSIntroduction to CSS
Introduction to CSS
Amit Tyagi
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
eShikshak
 
Css3
Css3Css3
Active Server Page(ASP)
Active Server Page(ASP)Active Server Page(ASP)
Active Server Page(ASP)
Keshab Nath
 
Html images syntax
Html images syntaxHtml images syntax
Html images syntax
JayjZens
 
Css ppt
Css pptCss ppt
Css ppt
Nidhi mishra
 
Css
CssCss
Cascading Style Sheet
Cascading Style SheetCascading Style Sheet
Cascading Style Sheet
vijayta
 
Html audio video
Html audio videoHtml audio video
Html audio video
Muhammad Ehtisham Siddiqui
 
Static and Dynamic webpage
Static and Dynamic webpageStatic and Dynamic webpage
Static and Dynamic webpage
Aishwarya Pallai
 
An Overview of HTML, CSS & Java Script
An Overview of HTML, CSS & Java ScriptAn Overview of HTML, CSS & Java Script
An Overview of HTML, CSS & Java Script
Fahim Abdullah
 
Dhtml ppt (2)
Dhtml ppt (2)Dhtml ppt (2)
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5
Gil Fink
 
(Fast) Introduction to HTML & CSS
(Fast) Introduction to HTML & CSS (Fast) Introduction to HTML & CSS
(Fast) Introduction to HTML & CSS
Dave Kelly
 
LINKING IN HTML
LINKING IN HTMLLINKING IN HTML
LINKING IN HTML
Varsha Dubey
 

What's hot (20)

Html
HtmlHtml
Html
 
Div tag presentation
Div tag presentationDiv tag presentation
Div tag presentation
 
Intro to HTML and CSS basics
Intro to HTML and CSS basicsIntro to HTML and CSS basics
Intro to HTML and CSS basics
 
Images and Tables in HTML
Images and Tables in HTMLImages and Tables in HTML
Images and Tables in HTML
 
CSS3 Media Queries
CSS3 Media QueriesCSS3 Media Queries
CSS3 Media Queries
 
Introduction to CSS
Introduction to CSSIntroduction to CSS
Introduction to CSS
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
 
Css3
Css3Css3
Css3
 
Active Server Page(ASP)
Active Server Page(ASP)Active Server Page(ASP)
Active Server Page(ASP)
 
Html images syntax
Html images syntaxHtml images syntax
Html images syntax
 
Css ppt
Css pptCss ppt
Css ppt
 
Css
CssCss
Css
 
Cascading Style Sheet
Cascading Style SheetCascading Style Sheet
Cascading Style Sheet
 
Html audio video
Html audio videoHtml audio video
Html audio video
 
Static and Dynamic webpage
Static and Dynamic webpageStatic and Dynamic webpage
Static and Dynamic webpage
 
An Overview of HTML, CSS & Java Script
An Overview of HTML, CSS & Java ScriptAn Overview of HTML, CSS & Java Script
An Overview of HTML, CSS & Java Script
 
Dhtml ppt (2)
Dhtml ppt (2)Dhtml ppt (2)
Dhtml ppt (2)
 
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5
 
(Fast) Introduction to HTML & CSS
(Fast) Introduction to HTML & CSS (Fast) Introduction to HTML & CSS
(Fast) Introduction to HTML & CSS
 
LINKING IN HTML
LINKING IN HTMLLINKING IN HTML
LINKING IN HTML
 

Viewers also liked

HTML frames and HTML forms
HTML frames and HTML formsHTML frames and HTML forms
HTML frames and HTML forms
Nadine Cruz
 
Html frames
Html framesHtml frames
Html frames
nobel mujuji
 
Html - Tables, Forms and Frames by Telerik Academy
Html - Tables, Forms and Frames by Telerik AcademyHtml - Tables, Forms and Frames by Telerik Academy
Html - Tables, Forms and Frames by Telerik Academy
Ognyan Penkov
 
Introduction to JavaScript Basics.
Introduction to JavaScript Basics.Introduction to JavaScript Basics.
Introduction to JavaScript Basics.
Hassan Ahmed Baig - Web Developer
 
Html 5 Forms
Html 5 FormsHtml 5 Forms
Html 5 Forms
Jim Gerland
 
Basic JavaScript Tutorial
Basic JavaScript TutorialBasic JavaScript Tutorial
Basic JavaScript Tutorial
DHTMLExtreme
 
HTML practicals
HTML practicals HTML practicals
HTML practicals
Abhishek Sharma
 
Introduction to Cascading Style Sheets (CSS)
Introduction to Cascading Style Sheets (CSS)Introduction to Cascading Style Sheets (CSS)
Introduction to Cascading Style Sheets (CSS)
Chris Poteet
 
Introduction to Javascript
Introduction to JavascriptIntroduction to Javascript
Introduction to Javascript
Amit Tyagi
 
Javascript
JavascriptJavascript
Javascript
guest03a6e6
 
JavaScript - An Introduction
JavaScript - An IntroductionJavaScript - An Introduction
JavaScript - An Introduction
Manvendra Singh
 
The JavaScript Programming Language
The JavaScript Programming LanguageThe JavaScript Programming Language
The JavaScript Programming Language
guestceb98b
 

Viewers also liked (12)

HTML frames and HTML forms
HTML frames and HTML formsHTML frames and HTML forms
HTML frames and HTML forms
 
Html frames
Html framesHtml frames
Html frames
 
Html - Tables, Forms and Frames by Telerik Academy
Html - Tables, Forms and Frames by Telerik AcademyHtml - Tables, Forms and Frames by Telerik Academy
Html - Tables, Forms and Frames by Telerik Academy
 
Introduction to JavaScript Basics.
Introduction to JavaScript Basics.Introduction to JavaScript Basics.
Introduction to JavaScript Basics.
 
Html 5 Forms
Html 5 FormsHtml 5 Forms
Html 5 Forms
 
Basic JavaScript Tutorial
Basic JavaScript TutorialBasic JavaScript Tutorial
Basic JavaScript Tutorial
 
HTML practicals
HTML practicals HTML practicals
HTML practicals
 
Introduction to Cascading Style Sheets (CSS)
Introduction to Cascading Style Sheets (CSS)Introduction to Cascading Style Sheets (CSS)
Introduction to Cascading Style Sheets (CSS)
 
Introduction to Javascript
Introduction to JavascriptIntroduction to Javascript
Introduction to Javascript
 
Javascript
JavascriptJavascript
Javascript
 
JavaScript - An Introduction
JavaScript - An IntroductionJavaScript - An Introduction
JavaScript - An Introduction
 
The JavaScript Programming Language
The JavaScript Programming LanguageThe JavaScript Programming Language
The JavaScript Programming Language
 

Similar to DEFINE FRAME AND FRAME SET WITH A EXAMPLE

DEFINE FRAME AND FRAME SET WITH EXAMPLE
DEFINE FRAME AND FRAME SET WITH EXAMPLEDEFINE FRAME AND FRAME SET WITH EXAMPLE
DEFINE FRAME AND FRAME SET WITH EXAMPLE
patelpriyank01
 
Html frames
Html framesHtml frames
Html frames
Abhishek Kesharwani
 
HTML-Part2
HTML-Part2HTML-Part2
HTML-Part2
Ahmed Saihood
 
Final_Frames.pptx
Final_Frames.pptxFinal_Frames.pptx
Final_Frames.pptx
SajalZawar
 
Frames.ppt
Frames.pptFrames.ppt
Frames.ppt
anshchaudhary9988
 
Presentation1
Presentation1Presentation1
Presentation1
shwetashinde58
 
Html5
Html5Html5
Html5
Html5Html5
Web topic 9 navigation and link
Web topic 9  navigation and linkWeb topic 9  navigation and link
Web topic 9 navigation and link
CK Yang
 
uptu web technology unit 2 html
uptu web technology unit 2 htmluptu web technology unit 2 html
uptu web technology unit 2 html
Abhishek Kesharwani
 
Unit 2.10 - Frames
Unit 2.10 - FramesUnit 2.10 - Frames
Unit 2.10 - Frames
Intan Jameel
 
Handout6 html frames
Handout6 html framesHandout6 html frames
Handout6 html frames
Nadine Guevarra
 
5. Frames & Forms.pdf
5. Frames & Forms.pdf5. Frames & Forms.pdf
5. Frames & Forms.pdf
qwertyuiop154709
 
2b. Web Technology HTML Basics-2
2b. Web Technology HTML Basics-22b. Web Technology HTML Basics-2
2b. Web Technology HTML Basics-2
Jyoti Yadav
 
Html basics
Html basicsHtml basics
Html basics
codegracer
 
Html
HtmlHtml
Html tutorial 5
Html tutorial 5Html tutorial 5
Html tutorial 5
Maxie Santos
 
Html tutorial 5
Html tutorial 5Html tutorial 5
Html tutorial 5
Maxie Santos
 
Html presentation
Html presentationHtml presentation
Html presentation
Prashanthi Mamidisetty
 
Web engineering and Technology
Web engineering and TechnologyWeb engineering and Technology
Web engineering and Technology
chirag patil
 

Similar to DEFINE FRAME AND FRAME SET WITH A EXAMPLE (20)

DEFINE FRAME AND FRAME SET WITH EXAMPLE
DEFINE FRAME AND FRAME SET WITH EXAMPLEDEFINE FRAME AND FRAME SET WITH EXAMPLE
DEFINE FRAME AND FRAME SET WITH EXAMPLE
 
Html frames
Html framesHtml frames
Html frames
 
HTML-Part2
HTML-Part2HTML-Part2
HTML-Part2
 
Final_Frames.pptx
Final_Frames.pptxFinal_Frames.pptx
Final_Frames.pptx
 
Frames.ppt
Frames.pptFrames.ppt
Frames.ppt
 
Presentation1
Presentation1Presentation1
Presentation1
 
Html5
Html5Html5
Html5
 
Html5
Html5Html5
Html5
 
Web topic 9 navigation and link
Web topic 9  navigation and linkWeb topic 9  navigation and link
Web topic 9 navigation and link
 
uptu web technology unit 2 html
uptu web technology unit 2 htmluptu web technology unit 2 html
uptu web technology unit 2 html
 
Unit 2.10 - Frames
Unit 2.10 - FramesUnit 2.10 - Frames
Unit 2.10 - Frames
 
Handout6 html frames
Handout6 html framesHandout6 html frames
Handout6 html frames
 
5. Frames & Forms.pdf
5. Frames & Forms.pdf5. Frames & Forms.pdf
5. Frames & Forms.pdf
 
2b. Web Technology HTML Basics-2
2b. Web Technology HTML Basics-22b. Web Technology HTML Basics-2
2b. Web Technology HTML Basics-2
 
Html basics
Html basicsHtml basics
Html basics
 
Html
HtmlHtml
Html
 
Html tutorial 5
Html tutorial 5Html tutorial 5
Html tutorial 5
 
Html tutorial 5
Html tutorial 5Html tutorial 5
Html tutorial 5
 
Html presentation
Html presentationHtml presentation
Html presentation
 
Web engineering and Technology
Web engineering and TechnologyWeb engineering and Technology
Web engineering and Technology
 

More from Vaibhav Sinha

TAXATION LAW
TAXATION LAWTAXATION LAW
TAXATION LAW
Vaibhav Sinha
 
FLEXI TIME
FLEXI TIMEFLEXI TIME
FLEXI TIME
Vaibhav Sinha
 
MICROENVIRONMENT FACTORS
MICROENVIRONMENT FACTORSMICROENVIRONMENT FACTORS
MICROENVIRONMENT FACTORS
Vaibhav Sinha
 
Values & its Sources
Values & its SourcesValues & its Sources
Values & its Sources
Vaibhav Sinha
 
PRODUCT LIFE CYCLE
PRODUCT LIFE CYCLEPRODUCT LIFE CYCLE
PRODUCT LIFE CYCLE
Vaibhav Sinha
 
MEASURES OF UNEMPLOYMENT
MEASURES OF UNEMPLOYMENTMEASURES OF UNEMPLOYMENT
MEASURES OF UNEMPLOYMENT
Vaibhav Sinha
 

More from Vaibhav Sinha (6)

TAXATION LAW
TAXATION LAWTAXATION LAW
TAXATION LAW
 
FLEXI TIME
FLEXI TIMEFLEXI TIME
FLEXI TIME
 
MICROENVIRONMENT FACTORS
MICROENVIRONMENT FACTORSMICROENVIRONMENT FACTORS
MICROENVIRONMENT FACTORS
 
Values & its Sources
Values & its SourcesValues & its Sources
Values & its Sources
 
PRODUCT LIFE CYCLE
PRODUCT LIFE CYCLEPRODUCT LIFE CYCLE
PRODUCT LIFE CYCLE
 
MEASURES OF UNEMPLOYMENT
MEASURES OF UNEMPLOYMENTMEASURES OF UNEMPLOYMENT
MEASURES OF UNEMPLOYMENT
 

DEFINE FRAME AND FRAME SET WITH A EXAMPLE

  • 2. FRAME What is it?  HTML frames are used to divide your browser window into multiple sections where each section can load a separate HTML document. A collection of frames in the browser window is known as a frameset. The window is divided into frames in a similar way the tables are organized: into rows and columns.
  • 3. Creating Frames To use frames on a page we use <frameset> tag instead of <body> tag. The <frameset> tag defines how to divide the window into frames. The rows attribute of <frameset> tag defines horizontal frames and cols attribute defines vertical frames. Each frame is indicated by <frame> tag and it defines which HTML document shall open into the frame. Examples-1:- Following is the example to create three horizontal frames:- Coding:- <html> <head> <title>HTML Frames</title> </head> <frameset rows="10%,80%,10%"> <frame name="top" src="/html/top_frame.htm" /> <frame name="main" src="/html/main_frame.htm" /> <frame name="bottom" src="/html/bottom_frame.htm" /> <noframes> <body> Your browser does not support frames. </body> </noframes> </frameset> </html>
  • 4. Creating Frames(contd…)  This will produce following result:-
  • 5. Creating Frames(contd…)  Example 2:- In this example we have replaced rows attribute by cols and changed their width. This will create all the three frames vertically: Coding:- <html> <head> <title>HTML Frames</title> </head> <frameset cols="25%,50%,25%"> <frame name="left" src="/html/top_frame.htm" /> <frame name="center" src="/html/main_frame.htm" /> <frame name="right" src="/html/bottom_frame.htm" /> <noframes> <body> Your browser does not support frames. </body> </noframes> </frameset> </html>
  • 6. Creating Frames(contd…)  This will produce following result:-