Development| HTML| JavaScript| Questions?

 

 

 

 

 

 

 

 

 

 

 

 

 

Search Tutorials

Latest Questions
Comments
 
Horizontal Frameset in HTML 
 

The Frameset in HTML is mean for implementing multiple pages in a single window.

 

Horizontal Frameset in HTML

                         

The Frameset in HTML is mean for implementing multiple pages in a single window. Each frame in a HTML page presents a separate web documents. The frameset decides the number of column and rows in the frameset. For the implementation of frameset, we need to use columns and rows attribute.

Understand with Example

In this Tutorial, the code illustrates a html page with horizontal frameset. For this we create a html page, The page name entitled New Document  with <body> tag NAME A is saved with .htm extension.

 

 

 

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
</HEAD>
<BODY>
NAME A
</BODY>
</HTML>

 

Now paste the path of html code in url of your browser. The output of code is displayed as


Again create the  HTML page with <body> tag  NAME B is saved with .htm extension.


Paste the path of html code in your url and the output on browser is displayed as


Horizontal Frame set is used to set the horizontal subspaces in a frameset.

<frameset rows> :The attribute <frameset> is used to set the number of horizontal subspaces in a web page.

<frame src> :The attribute specify the location of html page from which file is taken.

 

The html code is saved with .html extension.


<html>
<frameset rows="50%,50%">
<frame src="NAMEa.htm" />
<frame src="NAMEb.htm" />
</frameset>

</frameset>

</html>


Place the path of html code in a url of your browser. The output code on the browser is displayed as-


Download Source

                         

» View all related tutorials
Related Tags: html c object objects sed graph tag line app horizontal to lines between e li paragraph use ul apply in

Leave your comment:

Name:

Email:

URL:

Title:

Comments:


Enter Code:

Audio Version
Reload Image
 

Note: Emails will not be visible or used in any way, and are not required. Please keep comments relevant. Any content deemed inappropriate or offensive may be edited and/or deleted.

No HTML code is allowed. Line breaks will be converted automatically. URLs will be auto-linked. Please use BBCode to format your text.

Add This Tutorial To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Training Courses
Tell A Friend
Your Friend Name
Software Solutions
Least Viewed
Most Rated
Recently Viewed
Search Tutorials

 

 
 

Home | JSP | EJB | JDBC | Java Servlets | WAP  | Free JSP Hosting  | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs

About Us | Advertising On RoseIndia.net  | Site Map

India News

Indian Software Development Company | iPhone Development Company in India | Flex Development Company in India | Java Training Delhi | Java Training at Noida |

Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2008. All rights reserved.