answersLogoWhite

0

How do you make a frame in HTML?

Updated: 8/17/2019
User Avatar

Wiki User

15y ago

Best Answer

Making frames is relatively simple. Start with the basic HTML below. ---- Frameset Example rows='size1,size2,size3'> 'frame1.html'> 'frame2.html'> 'frame3.html'> <body><span>Your browser does not support frames.</span></body> ---- Now edit a few things. * rows should be changed to cols if you want frames in collumns. If you want frames in rows, leave it as it is. If you want a mixed set of frames ranging from collumns and rows, you'll have to include more framesets where you want the different kind of frame arrangement. See the related links for an example. * size1,size2,size3should be changed to units signifying how large you want the frames to be, respectively. size1 is respective to the first frame you specify, size2 is respective to the second frame you specify and so on. You may use a pixel number, a percentage number, or an asterisk (meaning "the rest" or "whatever is left") as units. An example would be 100,50%,* * frame1.html, frame2.html, and frame3.html need to be changed to the file you want to be displayed in the frame. You may include anything that can be viewed in a browser, such as an HTML document or even a picture. * Your browser does not support framesshould be replaced with the text you want a client to see if their browser does not support frames. You can leave it as it is, if you'd like. See the related links for a few examples.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you make a frame in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


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!!!


Need of frame in HTML?

Frames are used to divide the HTML page into sections. The &lt;frame&gt; tag is used for that purpose.


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 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;


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.


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


How do you do a heart in HTML?

To make a heart in HTML, type &amp;hearts;


What are HTML controls?

HTML can make links buttons and websites