0% found this document useful (0 votes)
99 views1 page

CS101 Fall 2020 Assignment Solution

The document provides instructions for an assignment in CS101 to create an HTML webpage with two links to the VU website and student portal. The student is asked to write HTML code to display their name and VU ID along with links to the two websites, and submit a screenshot of the working webpage. The solution section provides the HTML code to create a webpage with the requested elements, including links that open the two websites when clicked.

Uploaded by

Bibi Saira
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
99 views1 page

CS101 Fall 2020 Assignment Solution

The document provides instructions for an assignment in CS101 to create an HTML webpage with two links to the VU website and student portal. The student is asked to write HTML code to display their name and VU ID along with links to the two websites, and submit a screenshot of the working webpage. The solution section provides the HTML code to create a webpage with the requested elements, including links that open the two websites when clicked.

Uploaded by

Bibi Saira
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

CS101

Assignment no. 2
Fall 2020
Assignment Question: -

Write HTML code for making this webpage. Run the code in the browser and provide a
screenshot of the output having your VU ID & your Name “XYZ” as output. The displayed
webpage should have two links “VU Website” and “LMS Student Portal” that will open
the VU Website (www.vu.edu.pk) and LMS portal (https://vulms.vu.edu.pk) when clicked.

Solution:
And websites open when the links is clicked.
<!doctype html>
<html>
<head>
<title>CS101 Assignment/BC*******</title>
</head>
<body>
<h2>Virtual University of Pakistan</h2>
<p>Virtual University, Pakistan's first University based on completely modern
Information</p>
<h3>Name: Asadullah</h3>
<p><u>ID: BC*******</u></p>
<p><i>Semester: 1st</i></p>
<h3>students are suggested to visit the following links:</h3>
<p>1)..<a href="https://www.vu.edu.pk">VU Website</a>
<p>2)..<a href="https://vulms.vu.edu.pk/LMS_LP.aspx">LMS student Portal</a>
</body>
</html>

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy