Nov 1, 2019

HTML lab work Exercises: 2

2) (a) Create a webpage with HTML describing your department. Use paragraphs and list tags.
    (b) Apply various colors to suitably distinguish keywords. Also apply font styling like italics,
     underline and two other fonts to words you find appropriate. Also use header tags.


<!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>

<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><font color = "Blue">Software Lab</font></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><font color = "Red">Video and Image Processing Lab</font></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><font color = "Green">Microprocessor Lab</font></b><dt>
  <dd><p>- The department has an advanced microprocessor lab with Intel Atom processor based Edison kits, Arduino kits and servo motors in addition
    to microprocessor kits.</p></dd>

  <dt><b><font color = "Brown">Database Lab</font></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><font color = "Magenta">Department Library</font></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>
</body>
</html>

Output screenshot




No comments:

Post a Comment