You are on page 1of 4

Department of Computer Science

LAB #02
WEB ENGINEERING
Submitted By:
Zulqarnain Anwar UW-20-CS-BS-63

Semester: 6th B

Submitted To:
SIR. HASSAN AHMAD
TASK-01
<!DOCTYPE html>

<html
<head>

<h1 style="background-color:aqua;color:mediumvioletred;text-
align:center;"><b><u>UNIVERSITY OF WAH</u></b></h1>
</head>
<body>
<body style="background-color:powderblue;">
<p>THIS IS FIRST PARAGRAPH</p>
<p style="text-align:center;"><b>THIS IS SECOND PARAGRAPH</b></p>
<p style="text-align:right;"><b>THIS IS SECOND PARAGRAPH</b></p>
<p style="text-align:left;"><b>THIS IS SECOND PARAGRAPH</b></p>
<p style="text-align:center;"> <u>The UNIVERSITY OF WAH</u><br> <b>The UNIVERSITY
OF WAH</b><br><i>The UNIVERSITY OF WAH</i> <br></p>
<h2 style="background-color:fuchsia; text-align:center"><b><u>DIVISION
HEADING</u></b></h2>
<p style="font-family:'Times New Roman';text-align:right">The University of Wah
is a private university located at Wah, Punjab, Pakistan. <br>It was established in 2005.
<br> It offers bachelors, masters and doctoral programs in basic sciences,
<br>social sciences,
management sciences, computer science and engineering.</p>
</body>
</html>

OUTPUT
TASK-02
<!DOCTYPE html>
<html>
<head>
<H1 style="background-color:aquamarine;color:lightseagreen;text-
align:center"><b><u>BIO GRAPHY</u></b></H1>
</head>
<body>
<body style="background-color:powderblue;">
<ol>
<P><b>NAME</b></P>
<li>Muhammad Ali Jinnah.</li>
<P>DOB</P>
<li>25-DEC-1876</li>
<P>ABOUT</P>
<li>Quaid-e-Azam</li>
<P>ACHIVEMENTS</P>
<UL>
<li>First Governor General of Pakistan </li>
<li> The main founder of Pakistan</li>
</UL>
</ol>
<img src="QPIC.JFIF" alt="HTML5 Icon"  width="42" height="42" style="VERTICAL-
ALIGN:CENTER;margin:50px
50px">

</body>
</html>

You might also like