answersLogoWhite

0

The frame tag is used under a frameset DTD to create a multi-framed website. In modern website creation practices, frames are highly discouraged, but are still sometimes used.

Advantages:

  • You can create multiple panes (frames) with different content on the same page.

Disadvantages:

  • It is often difficult or impossible to create a URL that links directly to your content.
  • It often looks messy and is more difficult to manipulate or update.
  • Browser security protocols limit the interaction between frames, such as with JavaScript.
User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Create Web Page?

A web page with


How applie frame tag in HTML?

The following code will create a page with two frames, one above the other, equally sized.. You can enter the filenames of the pages you want for each frame and the names, after the frame src which is the frame source. Top and Bottom are used here to identify the frames. <FRAMESET rows="50%,50%" > <frame src="Your web page" name="Top"> <frame src="Your other web page" name = "Bottom"> </frameset> In this one, the frames are beside each other and they are named left and right. <FRAMESET cols="50%,50%" > <frame src="Your web page" name="Left"> <frame src="Your other web page" name = "Right"> </frameset>


How do you create frames?

A frameset is a group of web pages that will be shown in a unique grouping web page, so the first step could be to create those independent web pages first.For example, take a look at these three files:--------------------------------------- firstFrame.htmlHi, I am the first frame web page------------------------------------------------------------------------------------------------------- secondFrame.htmlHi, I am the second frame web page----------------------------------------------------------------------------------------------------------- frameSet.html---------------------------------------------------------------* ommited the noframes tag for simplicityI recommend you not to use FRAMES never to avoid indesirable external backlinks issues. See Wikipedia's article critique for more information.See the link to Wikipedia herein.


How do you create a web by yourself?

You can create a webpage by yourself. All you have to do is create a web page by HTML.


How do you create new different webpage?

You can create a new web page by creating a new HTML file. Each HTML corresponds to a web page.


How do you split a page in HTML?

One way is to do it with frames. The following code will create a page with two frames, one above the other, equally sized. You can enter the filenames of the pages you want for each frame and the names, after the frame src which is the frame source. Top and Bottom are used here to identify the frames. <FRAMESET rows="50%,50%" > <frame src="Your web page" name="Top"> <frame src="Your other web page" name = "Bottom"> </frameset> In this one, the frames are beside each other and they are named left and right. <FRAMESET cols="50%,50%" > <frame src="Your web page" name="Left"> <frame src="Your other web page" name = "Right"> </frameset> You can adjust the percentage sizes, as long as they add to 100%. You can also have more than 2 frames, in which case you would have extra percentages listed. You would also have additional frame src tags. You can also use tables as a way of splitting a page.


How you can create a web page such that only limited part get refreshed like gmail chat window?

Pretty simple. Use a frame or Iframe on the page you want. You can call any other page or a page supplement through the Iframe. Create another page separately to be called inside the Iframe and assign it a auto refresh value. This way the the parent page need not be refreshed all the time.


Create a webpage to show image mapping?

create a web page to showimage mapping


How do I make a web page for my business?

In order to make a web page for your business you will have to contact a professional web designer. They should be able to make the best web page for business.


What are the steps that need to be taken in order to make your own web page?

To create a web page is not difficult. First, one needs to get a domain name. Second, choose a web host and create an account. And third, design the webpage.


Can the web exist without internet?

You cannot create a web page if no access to the internet


What is the function of the HTML in wed page?

The function of HTML is to create a layout in Web page. It constructs the design of the page smoothly.