answersLogoWhite

0

Need of frame in HTML

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

Frames are used to divide the HTML page into sections. The <frame> tag is used for that purpose.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Need of frame in HTML
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Frame targeting in HTML?

The tag FRAME in HTML permits you to display more than one HTML document within a single browser window by dividing it into sections known as frames. Frame targeting is controlling which frame the information is going to. Below is a very simple block of code to explain this process. &lt;frameset rows="40,*"&gt; &lt;frame src="text1.html" name="smasher1"&gt; &lt;frame src="text2.html" name="smasher2"&gt; &lt;/frameset&gt; This is setting up the frames and naming them smasher1 and smasher2. When you need to put information into a certain frame you use the TARGET tag. Originally we were displaying text1.html in the first frame named smasher1. Now if we execute the command below text1 is now replaced with text3 in the first frame (smasher1) and the second frame is still displaying text2.html ... &lt;a href="text3.htm" target="smasher1"&gt;


What is the frame in HTML write the program of frame?

In HTML web programming one uses a frameset to create less linear looking websites. Frameset versions were created to make transferring documents that conformed to the old HTML specification easier.


What is use of frame in HTML?

A frame can be used for dividing page into segments. &lt;frame&gt; attribute can be used to define frames.


Which tag is used to define frames in HTML?

&lt;frame&gt;


What is the need for HTML?

The need for HTML begin with the web. Development of web made the need of HTML more important.


Need of HTML?

The need of HTML is to create fancy webpages. With HTML, novice users can create webpages as well.


How do you use hyperlinks in frames in a HTML document?

You can use hyperlinks in frames too in an HTML document. You can place the anchor tag out side of a frame.


How do you make a hyperlink from one frame load information into another frame?

The tag will make all of three hypertext links load their HTML into a different frame. I hope this is what you were looking for!!!


Which iframe attribute is used to define the restrictions to the frame content in HTML 5.0?

sandbox


Create frame in HTML?

Go To http://www.htmlcodetutorial.com and look for the FRAMES TUTORIAL. It will help you.


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


Why i don't need HTML to work?

The people not into web-designing do not need HTML to work. Only web designers are in the need of that.