You are on page 1of 2

Experiment

II

Aim: To Design a page with various Font Styles

HTML Code:

<html>
<head>

<title>


Computer Science & Engg. Dept

</title>
</head>

<body>

<h2 style = "color:#ff0124">COE Dept.</h2>

<p style="font-family : Verdana">


The curriculum in computer science & engineering lays <b>greater emphasis
on design principles and development of system software for operating systems, Database
management systems, data mining, computer graphics and networks</b>. In addition to
this requirement engineering, software testing, software packages and CASE tools which are
the need of the day are integral part of the course curriculum. <i>Miniaturizing in Computer
technology, audio -video, and image processing, storage and retrieval, data processing,
communication and Nano-technology etc.</i> are going to affect the computer knowledge
in the coming decades. The curriculum in the Department of computer science &
engineering has been recently revised and state of art subjects such as Advance computer
Networks, bio Informatics, Grid and Cluster Computing, Data Compression, Natural
language Processing etc. have been include as electives.

</p>

<ul>The Department organizes several technical events like

<li>LAN Gaming</li>

<li>Business Plan</li>

<li>Animation</li>

<li>Web Designing</li>

<li>Algorithm design</li>

</ul>
</body>

</html>

Output:

You might also like