<html> <head> <title>frame</title> </head> <frameset cols="60%,40%"> <frame src="cources.html"> <frame src="bcom.html"> </frameset> </html>
<html> <head> <title>cources</title> </head> <body> <a href="home.html">Home</a> <ul type="circle"><font size="6" color="orange"><b><u>cources offered</u></b> <li>Bcom <li>BBA <li>Mcom <li>MBA </ul> </font> </body> </html>