CS101 Assignment No 1 Fall 2019
Dear Students, Here we will discuss CS101 - Introduction to Computing Assignment No 1 Solution of Fall 2019. CS101 Assignment Due Date is 14 November 2019. Total Marks are 25. CS101 Assignment Solution Sample Preview and Video Explanation have also been added.Download CS101 Assignment 1 Solution Spring 2020
File Name | Download Link |
---|---|
CS101 Assignment 1 Solution Spring 2020.docx | Download |
Share your valuable feedback in the comments section. Thank You.
![]() |
CS101 Assignment No 1 Solution and Discussion Fall 2019 |
CS101 Assignment Objectives:
After solving this assignment, students will learn about,- Knowledge of HTML basics.
- Handling of HTML tags.
- Table creation and handling in HTML.
CS101 Assignment Instructions:
Please read the following instructions carefully before submitting the assignment:It should be clear that your assignment will not get any credit if:
- The assignment is submitted after the due date.
- The assignment is not in the .html format.
- The submitted assignment does not open or file is corrupt.
- The assignment is copied(partial or full) from any source (websites, forums, students, etc)
Also Read: CS101 - HTML Block and Inline Elements
CS101 Assignment 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.Assignment Guidelines :
- You are required to create a heading <H1> aligned center with the text “Virtual University of Pakistan” and also apply a hyperlink on the heading which redirects to www.vu.edu.pk.
- You are required to use two <hr> tags and a heading tag with the 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 cell-padding =‘10’.
- The first row of the table should contain a heading <H2> with italic text “Academic Details” and there should be some background color of this heading cell.
- The second row of should contain 3 columns. The first cell/column should contain the 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 the table should contain 3 cells/columns. 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 the table should contain 3 cells/columns. 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 the table should contain 2 cells/columns. The first cell/column should contain your Current Degree title in bold text. The second cell/column should contain a bullet list of your current semester courses as shown in the output.
- The Sixth row of the table should contain a paragraph text “Foreign diploma/Degree holders are required to submit its equivalence certificates from concerning authority i.e HEC/IBCC.” in red color as shown in the sample output.
- The table should be the 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 color (other than white color) of the web page of your own choice.
- The first row of the table containing heading “Academic Details” should be merged into a single column as shown in the sample output.
- The last row of the table containing paragraph text should be merged into a single column as shown in the sample output.
- The second cell of the fifth row of the table containing the courses list should contain merged second and third columns as shown in the sample output.
- The title of the web page should be your VU-ID.
![]() |
CS101 Assignment No 1 Solution Sample Output Fall 2019 |
CS101 Assignment No 1 Solution Fall 2019
You can see the Sample Preview of CS101 Assignment No 1 Solution provided by (Virtual Study Solutions) below. Click on Download Button to Download Solution File in Your PC.Also Read: HTML Tags with Examples Complete Tutorial
CS101 Assignment No 1 Solution Explained
CS101 Assignment Solution Code Sample Preview
Solution Output Preview:
![]() |
CS101 Assignment Solution Code output preview Fall 2019 |
Solution Code Preview:
<!DOCTYPE html> <html> <head> <title>your id </title> </head> <body bgcolor="wheat"> <h1 style="text-align:center;"> <a href="www.vu.edu.pk"> Virtual University Of Pakistan </a> </h1> <hr/> <h2 style="text-align:center;color: blue;"> Acdemic Recored </h2> <hr/> <table border="1" cellpadding="10px" style="border-width:3px;margin:auto;text-align:center"> <tr> <td colspan="3" style="background-color: gray;"> Acdemic Details </td> </tr> <tr> <th> Degree title </th> <th> obtained marks </th> <th> total marks </th> </tr> <tr> <th> Metric </th> <th> 800 </th> <th> 1050 </th> </tr> <tr> <td> Intermadite </td> <td> 700 </td> <td> 1100 </td> </tr> <tr> <td> BSIT COnt.. </td> <td colspan="2"> <u>Current Semester Courses </u> <ul> <li>cs201 </li> <li>cs201 </li> <li>cs201 </li> </ul> </td> </tr> <tr> <td colspan="3"> Note: <span style="color:red"> Foreign diploma/Degree holders are required to submit its equalance certificates from concerning authority i.e HEC/IBCC. </span> </td> </tr> </table> </body> </html>
Download CS101 Assignment No 1 Solution Fall 2019
File Name | Download Link |
---|---|
CS101 Assignment No 1 Solution Fall 2019.docx | Download |
Meanwhile, we recommend you to read:
CS101 Past Papers Collection
Download [ CS101 Mid Term Papers Fall 2018 ]
Download [ CS101 Mid Term Papers Spring 2018 ]
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.