Practical 6
<html>
<head>
<title> Practical 6 </title>
<style>
table {
width:100%;
height:100%;
background-color:white;
}
iframe{
width:100%;
height:100%;
align:left;
}
</style>
</head>
<body style="font-size:25;font-family:lucida console;color:black;background-color:orange;">
<h1 style="text-align:center;font-family:gungsuh;color:white; padding:40px;background-color:darkred;">
Bhaskaracharya College of Applied Sciences (BCAS)<hr style="height:5; background-color:white;">
Delhi University (DU)
</h1>
<p style="text-align:center;">
<b><u>Departments</u></b><hr>
</p>
<table><tr style="width:100%;"><th style="width:20%"><iframe src="f1.html" target="f2"></iframe></th>
<th style="width:80%"><iframe name="f2"></iframe></th></tr></table>
Frame 1 Code
<hr><p style="text-align:right;font-size:13;"><em>
Created by Nabdeep Patel</a>
</em></p>
</body>
</html>