+ Link For Assignments, GDBs & Online Quizzes Solution |
+ Link For Past Papers, Solved MCQs, Short Notes & More |
CS101 Assignment No 01 Fall 2019 Solution & Discussion
Assignment No. 01 |
Total Marks: 25
Due Date: 14-11-2019 |
|
Objectives: After solving this assignment, students will learn about, · Knowledge of HTML basics. · Handling of HTML tags. · Table creation and handling in HTML. Instructions: Please read the following instructions carefully before submitting assignment: It should be clear that your assignment will not get any credit if: § The assignment is submitted after due date. § The assignment is not in the .html format. § The submitted assignment does not open or file is corrupt. § Assignment is copied(partial or full) from any source (websites, forums, students, etc)
Note: Any other format like scan images, PDF, “.txt”, “.doc”, “.docx”, Zip, rar, bmp etc. will not be accepted. For any query about the assignment, contact at cs101@vu.edu.pk Question No.1: You are required to create an Academic Qualification Information web page which will display your academic details in a specific format given in the sample output.
Guidelines : · You are required to create a heading <H1> aligned center with text “Virtual University of Pakistan” and also apply an hyperlink on the heading which redirects to www.vu.edu.pk. · You are required to use two <hr> tags and a heading tag with text “Academic Qualification Form” in between the two <hr> tags as shown in the sample output. · You are required to create a table aligned center with visible border=’3px’ and cellpadding =‘10’. · The first row of table should contain a heading <H2> with italic text “Academic Details” and there should be some background colour of this heading cell. · The second row of should contain 3 columns. First cell/column should contain bold text “Degree/Title”, Second cell/column should contain bold text “Obtained Marks”, Third cell/column should contain “Total Marks” as shown in the sample output. · The third row of table should contain 3 cells/colums. First cell/column should contain
bold text “Matric”, Second cell/column should contain your Obtained marks in matric in bold text, third cell/column should contain your Total marks in matric as shown in the sample output. · The fourth row of table should contain 3 cells/colums. First cell/column should contain bold text “Intermediate”, Second cell/column should contain your Obtained marks in Intermediate in bold text, Third cell/column should contain your Total marks in Intermediate as shown in the sample output. · The fifth row of table should contain 2 cells/colums. First cell/column should contain your Current Degree title in bold text. Second cell/column should contain a bullet list of your current semester courses as shown in the output. · The Sixth row of table should contain a paragraph text “Foreign diploma/Degree holders are required to submit its equalance certificates from concerning authority i.e HEC/IBCC.” in red colour as shown in the sample output. · The table should be aligned center. Also the text in all of the table cells should be center aligned as shown in the sample output. · There should be some background colour(other than white colour) of the web page of your own choice. · The first row of table containing heading “Academic Details” should be merged into a single column as shown in the sample output. · The last row of table containing paragraph text should be merged into a single column as shown in the sample output. · The Second cell of fifth row of table containing courses list should contain merged second and third column as shown in the sample output. · The title of the web page should be your VU-ID.
Sample Output :
|
||
Best of Luck |
Tags:
+ http://bit.ly/vucodes (Link for Assignments, GDBs & Online Quizzes Solution)
+ http://bit.ly/papersvu (Link for Past Papers, Solved MCQs, Short Notes & More)
+ Click Here to Search (Looking For something at vustudents.ning.com?) + Click Here To Join (Our facebook study Group)ye file doc mn ha ap plz html mn upload krein
<!DOCTYPE html>
<html>
<head>
<title>Your Own ID</title>
<style type="text/css">
body{
background-color: lightblue;
}
table tr td{
text-align: center;
font-weight: bold;
}
td h2{
font-style: italic;
}
</style>
</head>
<body>
<a href="https://www.vu.edu.ph"><h1 style="text-align: center;">Virtual University of Pakistan</h1></a>
<hr>
<h2 style="text-align: center;">Acadmic Qualification Form</h2>
<hr>
<center>
<table cellpadding="10px;" border="3px;">
<tr>
<td colspan="3" style="background-color: gray;"><h2>Acadmic details</h2></td>
</tr>
<tr>
<td>Degree title</td>
<td>Obtained Marks</td>
<td>Total Marks</td>
</tr>
<tr>
<td>Matric</td>
<td>944</td>
<td>1050</td>
</tr>
<tr>
<td>Intermediat</td>
<td>900</td>
<td>1100</td>
</tr>
<tr>
<td>BSSE continue</td>
<td colspan="2">
<h3>Current Degree Courses</h3>
<ul>
<li>CS101</li>
<li>CS201</li>
<li>CS301</li>
<li>Isl201</li>
<li>Pak301</li>
</ul>
</td>
</tr>
<tr>
<td colspan="3"><p>Note:foreign diploma/degree holders are required to submit its equalance certificates from concerning authority i.e HEC/IBCC</p></td>
</tr>
</table>
</center>
© 2021 Created by + M.Tariq Malik.
Powered by
Promote Us | Report an Issue | Privacy Policy | Terms of Service
We have been working very hard since 2009 to facilitate in learning Read More. We can't keep up without your support. Donate.
We are user-generated contents site. All product, videos, pictures & others contents on site don't seem to be beneath our Copyrights & belong to their respected owners & freely available on public domains. We believe in Our Policy & do according to them. If Any content is offensive in your Copyrights then please email at m.tariqmalik@gmail.com Page with copyright detail & We will happy to remove it immediately.
Management: Admins ::: Moderators
Awards Badges List | Moderators Group
All Members | Featured Members | Top Reputation Members | Angels Members | Intellectual Members | Criteria for Selection
Become a Team Member | Safety Guidelines for New | Site FAQ & Rules | Safety Matters | Online Safety | Rules For Blog Post