0% found this document useful (0 votes)
14 views1 page

Prac 1

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views1 page

Prac 1

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<html>

<head>
<title>Frame Demo</title>
</head>
<body>
<table border="1">
<tr>
<td>
<b>FRAME 1</b>
</td>
</tr>
<tr>
<td>
<b>FRAME 2</b>
</br>
</br>
</br>
1.<a href="fruits.html" target="mainframe">FRUITS</a>
</br>
2.<a href="flowers.html"
target="mainframe">FLOWERS</a>
</br>
3.<a href="cities.html" target="mainframe">CITIES</a>
</td>
</tr>
<tr>
<td>
<b>FRAME 3</b>
<iframe name="mainframe"></iframe>
</td>
</tr>
</table>
</body>
</html>

You might also like