answersLogoWhite

0

Create frame in HTML

Updated: 8/17/2019
User Avatar

Wiki User

15y ago

Best Answer

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

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Create 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.


Need of frame in HTML?

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


What the major problem to create a HTML?

There are no such problems to create HTML pages. All you need to do is create an HTML document and run it on a browser.


Need of HTML?

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


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. <frameset rows="40,*"> <frame src="text1.html" name="smasher1"> <frame src="text2.html" name="smasher2"> </frameset> 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 ... <a href="text3.htm" target="smasher1">


What type of pages are created with the help of HTML?

You can create any type of pages using HTML because html is a language used to create web pages for display in browser. And you can also create a static page by using HTML.


What is use of frame in HTML?

A frame can be used for dividing page into segments. <frame> attribute can be used to define frames.


Why is HTML required?

HTML is required to create web pages.


What is the significance of HTML in web designing?

HTML is a formatting language that tells a browser how to display content. You can not create a Webpage without HTML. Many web designers will create the HTML in the background for you.


Which tag is used to define frames in HTML?

<frame>


Which type of software is easiest to use to create html?

You can create HTML in microsoft notepad, but a good option is Dreamweaver.


Uses of HTML?

HTML is the language used to create web pages.