answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

8y ago

what is the frame in the html? write the program of frame?

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

<frame> in HTML is a tag which is used to divide page into sections. We can use styling in case of frames too.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the frame in HTML write the program of frame?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

HTML code has a limit of 10 webpages per site?

No! HTML is simply code. You can write 1 million pages of HTML code if you want. HTML is not a program. Its code. Now you may have a program that uses HTML code and that program has limitations. But not HTML itself.


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;


Write a HTML program to insert a selection list in a form?

&lt;select id="selectlist"&gt;&lt;option&gt; First&lt;/option&gt; &lt;option&gt; Second&lt;/option&gt;. This is a sample program to insert a selection list.


How do you embed Garage Band in your HTML file?

You cannot embed a program into an HTML file


How do you create an HTML file?

We write HTML coding in notepad and save it with .html extension. It will automatically open with internet explorer

Related questions

HTML code has a limit of 10 webpages per site?

No! HTML is simply code. You can write 1 million pages of HTML code if you want. HTML is not a program. Its code. Now you may have a program that uses HTML code and that program has limitations. But not HTML itself.


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.


How do you write the code in the head section of a document to force the file to always appear within the inline frame of an HTML file?

You can wrap all the code in the frame tag. This will cause the head section to view in the frame.


How can you write text over image using HTML 5?

It would depend on the program you are using and weather or not it is allowable.


Is Html an example of an HTML program?

HTML is not a program it is a langue your computer speaks with the browser to create arguments and display data


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;


Is HTML a progarming language or is it just a web designing program?

HTML is not a programming language in true sense. Though you can: write codes using HTML tags, use other scripting languages,etc to design a web page


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 does browser mean in HTML?

A "browser" is a program that can render/read HTML.


Write a HTML program to insert a selection list in a form?

&lt;select id="selectlist"&gt;&lt;option&gt; First&lt;/option&gt; &lt;option&gt; Second&lt;/option&gt;. This is a sample program to insert a selection list.


How do you write HTML codes and javascript events together in your HTML kit?

You need to write the HTML code in the tag format. If you want to write JavaScript put it in &lt;script&gt; tag.