Article
    C#
    ADO.Net
    .NET
    ASP.Net & Web Forms
    Custom Controls
    Web Development
    Exception Handling
    XML
    Database
    Security in .Net
    Testing
    Web Services
    Windows Services
    Windows Controls
    WCF
    AJAX
    WPF
    XAML
    Reporting
    Setup
    VB.Net
    LINQ
    JQuery
    SilverLight
    JavaScript
    HTML5
    Crystal Report
    Cloud Computing
    Share Point
    Visual C++
    MVC
    Android
    PHP
    Java
    HTML
    WordPress
    Joomla
    Products
    Drupal
    Windows Phone
    JSON
    LightSwitch
    iPhone/iPad
    Ruby on Rails
    IIS 7
    Windows 8
    CSS/CSS3
    Excel
    MS Access
    Shortcut Keys
    Visual SourceSafe
    Team Foundation Server
    APIs
Follow Us
Follow _MindStick_ on Twitter View MindStick Software's LinkedIn profile View MindStick Software's Facebook profile
Top Contributor
Advertisement
Advertise with Us
Mindstick
Article Article  Forum Forum  Blog Blog  Quiz Quiz  Beginner Beginner  Careers Careers  Contact Contact  Login Login  
Home | Product | Services | About Us | Interview | DeveloperSection | Submit an Article | Submit Blog

Home >> HTML >> HTML Frames
HTML Frames
HTML Frames


by Amit Singh on 10/8/2011 4:38:03 PM

Views: 1295       Comments: 1

HTML Frames

With frames, we can display more than one HTML document in the same browser window. Each HTML document is called a frame, and each frame is independent of the other.

The disadvantages of using frames are:
                1) the web developer must keep track of more HTML documents
                2) it is difficult to print the entire page.

The Frameset Tag

·         The <frameset> tag defines how to divide the window into frames.

·         Each frameset defines a set of rows or columns.

·         The values of the rows/columns indicate the amount of screen area each row/column will occupy.

The Frame Tag

·         The <frame> tag defines what HTML document to put into each frame.

Example:

<frameset cols=”25%,75%”>
                <frame src=”a.html”>
                <frame src=”b.html”>
</frameset>

Note:

·         User wants to prevent the resize the border of frame. You can add noresize=”noresize” to the <frame> tag.

·         You cannot use the <body></body> tags together with the <frameset></frameset> tags. However, if you add a <noframes> tag containing some text for browsers that do not support frames, you will have to encose the text in <body></body> tags.

·         Add the <noframes> tag for browsers that do not support frames.

Frame Tags

Tag

Description

<frameset>

Defines a set of frame.

<Frame>

Defines a set of window (a frame).

<noframes>

Defines a no frame section for browsers that do not handle frames.

<iframe>

Defines an inline sub window (frame)

Report Abuse Form
Reason:    
 


Re: HTML Frames
by Arun Singh 10/8/2011 7:32:54 AM
this is nice one article !!!! thanks for sharing with us.
Report Abuse
Title :
Comment :
Text ColorBackground Color
BoldItalicUnderline
LeftCenterRightJustify
Ordered ListBulleted List
IndentOutdent
Horizontal Rule
SubscriptSuperscript
HyperlinkImage
Design ModeDesign
View HtmlHtml
     
 
Latest Article by Amit SinghRSS Feed
    
    
    
    
    
    
    
    
    
    
More...
Latest BlogsRSS Feed
    
    
    
    
    
    
    
    
    
    
More...
Top Viewed ArticlesRSS Feed
    
    
    
    
    
    
    
    
    
    
Top Viewed BlogsRSS Feed
    
    
    
    
    
    
    
    
    
    
Latest Interview QuestionsRSS Feed
    
    
    
    
    
    
    
    
    
    
More...
Total Online Users: 4257
Advertisement
MindStick SurveyManager
Advertise with Us
  
Copyright © 2013MindStick. All Rights Reserved.