Nov 1, 2019

HTML lab work Exercises: 3

3) Use the above webpage to
     a) Create links on the words e.g. “Wi-Fi” and “LAN” to link them to Wikipedia pages.
     b) Insert an image and create a link such that clicking on the image takes the user to another page.
     c) Change the background color of the page. At the bottom create a link to take the user to the top
         of the page.

<!DOCTYPE html>
<html>
<head>
<title>BCA</title>
</head>
<body>

<h1 align="center"><font color = "green">DEPT. OF COMPUTER APPLICATION</font></h1>
<h2 align="center"><font color = "green">MAR DIONYSIUS COLLEGE</font></h2>
<h2 align="center"><font color = "green">PAZHANJI</font></h2>

<a href = "http://mdcollege.edu.in//" target = "_self">
<center><img src = "logo.png" alt = "MD College"></a></center>

<center><img src="COMPUTER.jpg" alt="description" width="30%"></center>


<p align="justify"><strong>Computer Application is one of the thrust areas in Science and
                           technology. In appreciation of its growing importance in business
                           and the industrial scenario,the University established a Department 
                           of Computer Applications to facilitate research and human resources
                           development in the subject. The Department offers Bachelors' programme
                           in Computer Applications (B.C.A)</strong></p>


<h2><u>Department Facilities</u></h2>

 <dl>
  <dt><b><i><font-family:Calibri>Software Lab</b></dt>
  <dd><p>- The department has a well equipped software lab. The software lab has state of the art blade and rack servers based on Intel Xeon quad
    core dual processor with RAID capability.</p>
  </dd>

  <dt><b>Video and Image Processing Lab</b></dt>
  <dd><p>- The department has an advanced video and image processing lab with high end Xeon based graphic workstations with K5200 NVIDIA graphics card,
    Sony HXR-MC2500 movie cameras.</p>
  </dd>

  <dt><b><a href="https://en.wikipedia.org/wiki/Wi-Fi" style="text-decoration: none">Wi-Fi facility</a></b><dt>
  <dd><p>- Computer Centre has installed WLAN on 802.11b/g to allow accessing InflibNet resources <a href="https://en.wikipedia.org/wiki/Local_area_network"
       style="text-decoration: none"><b>(LAN)</b></a> through the Wireless communication.
       WLAN employs mobile network access through the Wireless Access Points. Only authorized users can access the college network as well as
       Internet Services.</p>
  </dd>

  <dt><b>Database Lab </b></dt>
  <dd><p>- The department has a database lab with a high end Dual Xeon processor based IBM server running oracle 11g and more than 30 desktop clients.
    This lab was funded by AICTE.</p>
  </dd>

  <dt><b>Department Library</b></dt>
  <dd><p>- The department also has a very good library that would cater for the needs of the students and faculty of the department. The library has
    over 2000 books which include the text books prescribed in the syllabus, reference books, journals and periodicals. The library has lending
    as well as reference facilities.</i></p>
  </dd>

 </dl>

<h2>Links</h2>
<ul>
<li><a href="http://14.139.185.6/website/syllabus/syl106.pdf">Syllabus</a></li>(this link should take you to the BCA Syllabus 2017)
<li><a href="http://www.universityofcalicut.info/index.php?option=com_frontpage&Itemid=1">Calicut University Website
</a></li>(this link should take you to Calicut University Home page)
<li><a href="#top">Back to top</a>
</a></li>(this link should take you to Top of Home page)
</ul>

<br>
</body>
</html>

Output screenshot

 


No comments:

Post a Comment