Lab Manual
Lab Manual
html
<html>
<font size="6">
<center>
<body bgcolor="A9D1AC">
</body>
</center>
</font>
</html>
name.html
<html>
<body bgcolor="pink">
<p align="center">SAMYUKTHA</p>
</html>
login.html
<html>
<font size="6">
<center>
<body bgcolor="#C59EA3">
</body>
</center>
</font>
</html>
form1.html
<html>
<center><form>
</body>
</form>
</center>
</html>
register.html
<html>
<font size="6">
<center>
</body>
</center>
</font>
</html>
form2.html
<html>
<center>
<form>
NAME<input type="text" name="t"><br><br>
</body>
</form>
</center>
</html>
cart.html:
<html>
<font size="6">
<center>
<body bgcolor="#EDBB3C">
</body>
</center>
</font>
</html>
branch.html:
<html>
<font size="6">
<center>
<body bgcolor="lightblue">
<a href>CSE</a><br><br><br>
<a href>ECE</a><br><br><br>
<a href>EEE</a><br><br><br>
<a href>IT</a><br><br><br>
</body>
</center>
</font>
</html>
x.html:
<html>
<body bgcolor="#999966">
</html>
y.html:
<html>
<body bgcolor="chocolate">
<br>
<br>
</body>
</html>
t.html:
<html>
<body bgcolor="#999999">
<tr>
<td>BOOK NAME</td>
<td>PRICE</td>
<td>QUANTITY</td>
<td>AMOUNT</td>
</tr>
<tr>
<td>WT</td>
<td>360</td>
<td>1</td>
<td>360</td>
</tr>
<tr>
<td>AI</td>
<td>470</td>
<td>1</td>
<td>470</td>
</tr>
<tr>
</tr>
</table>
</body>
</html>
OUTPUT:
Program code:
Book.html :
<html>
<frameset rows="20%,20%,*">
<frameset cols="25%,*">
<frame src="x.html">
<frame src="y.html">
</frameset>
<frameset cols="25%,25%,25%,*">
<frame src="home.html">
<frame src="login.html">
<frame src="register.html">
<frame src="cart.html">
</frameset>
<frameset cols="25%,*">
<frame src="branch.html">
<frame name="f3" align="center">
</frameset>
</frameset>