answersLogoWhite

0

The frameset tag is used to define the layout of a web page which uses frames. It defines how many frames, their sizes, and what pages get loaded in each one. A web page which uses frames actually calls for separate web pages to load in each frame. The attributes and further description are all listed here: http://devedge-temp.mozilla.org/library/manuals/1998/htmlguide/tags11.html#1294825

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What tag defines what HTML document to put in each frame?

By using frames, you can display more than one HTML document in the same browser window. The frameset tag defines how to divide the window into frames. Each frameset defines a set of rows or columns to the size, or percentage of the page the frame is. The tag is used within the Frameset tag to assign (define) the source of the HTML to display in each frame. for example


What is the name of the additional information placed inside a tag that controls how the tag is used?

The information contained within the opening portion of an HTML tag that controls various attributes of the tag is called the tags "attributes."Attributes follow the format attribute="value" and are added to the tag after it's opening. For instance:In this case, the image tag has two attributes, the src attribute and the alt attribute. The values of those attributes are "a.png" and "A" respectively.


What are the attributes of a firefighter?

There can be various attributes of an element. Firefighter could be a custom tag with various attributes.


What are the two attributes that you should use with every img tag?

The img tag has two attributes: src and alt. If you leave either one of these attributes out of the code, you will not see the image.


What are the attributes of the BODY tag?

The body tag in HTML 5 does not support any element-specific attributes. It does however support the global attributes, and the event attributes. Please see the related links for a complete reference.


What are specifications inside a tag called?

Attributes


Which attributes is used with TR tag?

The TR (Table Row) tag is part of the <table> tag family. It has several attributes. You format the attributes like this: <tr attribute="whatever">. Here are the attributes for the <tr> tag for HTML 4 and earlier: * align (right, left, center, justify, char) * bgcolor (#xxxxxx, colorname) * char (character) * charoff (number) * valign (top, middle, bottom, baseline) NOTE: These attributes are not supported in HTML 5.


What is a dialogue tag?

A dialogue tag is clause of two or more attributes speech to a particular speaker


How do you remove the lines formed by frames in HTML page?

Use the attribute Frameborder=0 or Frameborder=No. It can be used in the Frame, Frameset or Iframe tag. 1 or Yes will set it on.


How many types of div tag?

Several depending on your need. W3schools has examples of all of the attributes of the div tag.


What is an attribute and value to an HTML tag?

A tag can have an additional setting in it. This is an attribute. The attributes can then be given values. For example the body tag has an attribute to set the background colour of the page. The attribute is bgcolor. What colour you specify is the value, in this case it is red: <body bgcolor="Red">


What are attributes in HTML?

Attributes are additional settings for tags to tell the tag what you want it to. Lots of tags can have several possible options as to what they can do, and the attributes tell it what it wants to do. The Body tag has attributes to do things like set the colour of the background of the body of the page. The font tag has attributes to tell it what colour the font should be, the size of the font and which particular font to use. If you are doing a line, you need to tell how wide it is and how thick it is, and also its colour. Colours being set is a common attribute in many fonts.