Product advertisement using frames
HTML Code:
5)
frame.html
<html>
<head><title>frame</title></head>
<frameset rows="33%,*" noresize noscrolling>
<frame src="mob.html">
<frameset cols="25%,25%,25%,*">
<frame src="mic.html">
<frame src="nokia.html">
<frame src="sam.html">
<frame src="sony.html">
<frameset rows="33%">
<frame src="end.html">
</frameset>
</html>
<head><title>frame</title></head>
<frameset rows="33%,*" noresize noscrolling>
<frame src="mob.html">
<frameset cols="25%,25%,25%,*">
<frame src="mic.html">
<frame src="nokia.html">
<frame src="sam.html">
<frame src="sony.html">
<frameset rows="33%">
<frame src="end.html">
</frameset>
</html>
mob.html
<html>
<head><title>mobile</title></head>
<body bgcolor="pink">
<font size="4">Think Mobile! Think Poorvika!</font>
<center><font size="6"><b>POORVIKA</b></center></font><hr>
<marquee><mark><font size="4">...Mobile World...Services: Recharges, Accessories, Tabs, Mobiles</font></marquee></mark><hr>
<p align="left"><font size="4"><b>Cell:9665324523 <p align="right"> www.poorvika.in</b></p></font>
</body>
</html>
<head><title>mobile</title></head>
<body bgcolor="pink">
<font size="4">Think Mobile! Think Poorvika!</font>
<center><font size="6"><b>POORVIKA</b></center></font><hr>
<marquee><mark><font size="4">...Mobile World...Services: Recharges, Accessories, Tabs, Mobiles</font></marquee></mark><hr>
<p align="left"><font size="4"><b>Cell:9665324523 <p align="right"> www.poorvika.in</b></p></font>
</body>
</html>
nokia.html
<html><head><title>nokia</title></head>
<body bgcolor="green">
<h1><center>nokia mobiles</h1></center>
<table border="2">
<tr><th>model</th>
<th>price</th>
<th>option</th></tr>
<tr><td>2200</td>
<td>Rs.2800</td>
<td>Heavy battery,Memory</td></tr>
<tr><td>Nokia Purchase</td>
<td>Rs.5800</td>
<td>Dualsim,Battery,Camera</td></tr>
</body>
</html>
<body bgcolor="green">
<h1><center>nokia mobiles</h1></center>
<table border="2">
<tr><th>model</th>
<th>price</th>
<th>option</th></tr>
<tr><td>2200</td>
<td>Rs.2800</td>
<td>Heavy battery,Memory</td></tr>
<tr><td>Nokia Purchase</td>
<td>Rs.5800</td>
<td>Dualsim,Battery,Camera</td></tr>
</body>
</html>
mic.html
<html><head><title>micromax</title></head>
<body bgcolor="yellow">
<h1><center>micromax mobiles</h1></center>
<table border="2">
<tr><th>model</th>
<th>price</th>
<th>option</th></tr>
<tr><td>2200</td>
<td>Rs.2800</td>
<td>Heavy battery,Memory</td></tr>
<tr><td>Micromax Purchase</td>
<td>Rs.5800</td>
<td>Dualsim,Battery,Camera</td></tr>
</body>
</html>
<body bgcolor="yellow">
<h1><center>micromax mobiles</h1></center>
<table border="2">
<tr><th>model</th>
<th>price</th>
<th>option</th></tr>
<tr><td>2200</td>
<td>Rs.2800</td>
<td>Heavy battery,Memory</td></tr>
<tr><td>Micromax Purchase</td>
<td>Rs.5800</td>
<td>Dualsim,Battery,Camera</td></tr>
</body>
</html>
sony.html
<html><head><title>sony</title></head>
<body bgcolor="plum">
<h1><center>sony mobiles</h1></center>
<table border="2">
<tr><th>model</th>
<th>price</th>
<th>option</th></tr>
<tr><td>2200</td>
<td>Rs.2800</td>
<td>Heavy battery,Memory</td></tr>
<tr><td>Sony Purchase</td>
<td>Rs.5800</td>
<td>Dualsim,Battery,Camera</td></tr>
</body>
</html>
<body bgcolor="plum">
<h1><center>sony mobiles</h1></center>
<table border="2">
<tr><th>model</th>
<th>price</th>
<th>option</th></tr>
<tr><td>2200</td>
<td>Rs.2800</td>
<td>Heavy battery,Memory</td></tr>
<tr><td>Sony Purchase</td>
<td>Rs.5800</td>
<td>Dualsim,Battery,Camera</td></tr>
</body>
</html>
sam.html
<html><head><title>samsung</title></head>
<body bgcolor="red">
<h1><center>samsung mobiles</h1></center>
<table border="2">
<tr><th>model</th>
<th>price</th>
<th>option</th></tr>
<tr><td>2200</td>
<td>Rs.2800</td>
<td>Heavy battery,Memory</td></tr>
<tr><td>Samsung Purchase</td>
<td>Rs.5800</td>
<td>Dualsim,Battery,Camera</td></tr>
</body>
</html>
<body bgcolor="red">
<h1><center>samsung mobiles</h1></center>
<table border="2">
<tr><th>model</th>
<th>price</th>
<th>option</th></tr>
<tr><td>2200</td>
<td>Rs.2800</td>
<td>Heavy battery,Memory</td></tr>
<tr><td>Samsung Purchase</td>
<td>Rs.5800</td>
<td>Dualsim,Battery,Camera</td></tr>
</body>
</html>
Comments
Post a Comment