Skip to main content

MAIN webpage

<html>
<head>
<title>college website</title>
</head>
<body>
<img src="New folder/came.png" width="500"> </img>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<font size="6"><a href="home.html"><font color="black">HOME</font></a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="cources.html"><font color="black">COURCES</font></a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="bcom.html"><font color="black">DEPARTMENT</font></a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href=""><font color="black">FACILITIES</font></a></font>
<marquee bgcolor="orange"><b><font size="4">Notification new admission started | IVth SEMESTER POSTGRADUATE DEGREE EXTERNAL EXAMINATIONS TIMETABLE MARCH 2018   | Admission Notification for Bachelor of Library and Information Science programme 2017-18</font>
 </b></marquee>
<img src="New folder/banner.jpg"></img>
<br>
<br>
<font size="6"color="blue">Tours</font>
<br>
<br>
<font size="5">
Explore our beautiful campus on a student-guided tour! You'll see and learn about many parts of our community, including classrooms and academic facilities, a residence hall, the College Chapel and the Jean Yawkey Center--the heart of student life on campus.

Tours begin at 11:00 a.m., 1:30 p.m. and 3:00 p.m. Monday through Friday.* All campus tours last between an hour and an hour and a half.

Tours offered between Monday, March 5 and Friday, March 9 will begin at 10 a.m. and 2 p.m.

During April school vacation week, an information session and tour will be offered Tuesday through Friday beginning at 10:30 a.m. Please click on the Information Sessions tab below to register for these events.
</font>
</body>
</html>


Comments

Popular posts from this blog

online application form

<html> <head> <title>online application form</title> </head> <body> <form> <table border="5" cellpading="10" cellspacing="10"> <tr> <th colspan="2" bgcolor="#0CCA89" ><font color="white">Online application</font></th> </tr> <tr> <td> <b>Name:</b></td> <td> <input type="text" name="name"> </td> </tr> <tr> <td> <b>Address: </b></td> <td> <textarea rows="5" cols="15"> </textarea></td> </tr> <tr> <td> <b>Gender:</b> </td> <td> <input type="radio" name="gender">Male <input type="radio" name="gender">Female</td> </tr> <tr> <td> <b> Hobbies:</b> </td...