answersLogoWhite

0

AllQ&AStudy Guides
Best answer

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

This answer is:
Related answers

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

View page

window.

View page

invite

View page

hurry

View page

Realize

View page
Featured study guide

Mining

21 cards

What are the torque specifications for a 2002 Saturn Sl2

What is a winch

Calculate the volume of water a drum can take The drum is 80cm diametre by 1.2m height

What do you do after you go down the lift in the dynasty diamond mine in nabooti island

➡️
See all cards
4.43
14 Reviews
More study guides
No Reviews

4.0
8 Reviews
Search results