0% found this document useful (0 votes)
51 views

Assignment No-3: Submitted by Abdullah Hasan

The document is a student assignment submission for an advanced computer networks course. It includes an HTML code for a web page with a title and headings introducing Dr. Umar Saif, an associate professor recognized as one of the top 35 innovators in the world by MIT. The HTML code contains an image and a form with checkboxes to provide feedback on the professor. It also includes a screenshot of the rendered web page.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views

Assignment No-3: Submitted by Abdullah Hasan

The document is a student assignment submission for an advanced computer networks course. It includes an HTML code for a web page with a title and headings introducing Dr. Umar Saif, an associate professor recognized as one of the top 35 innovators in the world by MIT. The HTML code contains an image and a form with checkboxes to provide feedback on the professor. It also includes a screenshot of the rendered web page.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Advanced

Computer
Networks
ASSIGNMENT NO-3

SUBMITTED BY

ABDULLAH HASAN

SUBMITTED TO

Dr. HASNAT KHURSHID

REG NO. 00000119234

MS-83
ADVANCED COMPUTER NETWORKS

HTML CODE
<html>

<head>

<title>GO FORWARD</title>

<h1>GO FORWARD</h1>

<span>Make us Proud</span>

</head>

<body>

<p>

<h2>Dr Umar Saif</h2>

An Associate Professor of Science and Engineering at the Lahore University of


Management Science (LUMS). <br>

Massachusetts Institute of Technology (MIT) has named him one of the top 35
innovators of the world.</p>

<img src="umar.jpg"></img> <br><br>

<form>

<input type="checkbox" name="Like" value="like"> Great<br>

<input type="checkbox" name="Dislike" value="dislike"> Nothing special


<br><br>

<input type="submit" value="Submit">

</form>

pg. 1
ADVANCED COMPUTER NETWORKS

</body>

</html>

SCREENSHOT

pg. 2

You might also like