CS101 Graded Assignment No 1 Solution Spring 2017 | Virtual Study Solutions

Adsetra Ads

 

CS101 Graded Assignment No 1 Spring 2017

Dear VU Students, Here You can read and download CS101 (Graded) Assignment No. 1 Solution and Discussion Spring 2017. CS101 Assignment has been uploaded on VULMS and due date of assignment submission will be Thursday May 12, 2016. You can download Solution file from the link given at the end.
CS101 Assignment No 1 Spring 2017 Solution and Discussion
CS101 Assignment No 1 Spring 2017 Solution and Discussion
Recommended : HTML Tags with Examples Complete Tutorial

You Can Also Download CS101 Mid Term Papers, CS101 Short Notes, CS101 Assignment Solutions, CS101 Lecture Wise Questions Answers Files, CS101 Solved MCQs, CS101 Solved Quiz , CS101 Solved Mid Term Subjective Papers , CS101 Mid Term Objective Papers from Virtual Study Solutions For Preparation of Mid Term Papers.

CS101 Assignment Objective:

Understanding and application of different HTML tags for creating a Web Page.

CS101 Assignment Uploading instructions:

Please view the Assignment Submission Process document provided to you by the Virtual University for uploading assignments.
  • Your assignment must be with .HTML extension. (Any other format like scan images, PDF, text, Zip, rar, bmp etc will not be accepted) 
  • No assignment will be accepted through email.
Recommended : CS101 Short Notes For Mid Term From Lec 1 To 22

CS101 Assignment Rules for Marking:

It should be clear that your assignment will not get any credit if:
• The assignment is submitted after due date.
• The assignment file is not with. HTML extension
• The submitted assignment does not open or file is corrupted.
• Your assignment is copied from internet, handouts or from any other student (Strict disciplinary action will be taken in this case).

Recommended : CS101 Mid Term Past Papers Collection 2003 to 2010

CS101 Assignment Question:

You are required to develop an HTML web page as mentioned in the following image:

Web page to develop

CS101 Assignment No 1 Question 1 part a
CS101 Assignment No 1 Question 1 part a

More information about web page 


CS101 Assignment No 1 Question 1 part b
CS101 Assignment No 1 Question 1 part b

Web page development instructions

  • Web page title should be “Your Registration number” 
  • You are required to use appropriate heading tags for all headings used in web page. 
  • Use HTML table for weekly lecture schedule. 
  • For HTML tables, use border, bgcolor and colspan where needed/ suitable. 
  • Use unordered list to mention your favorite courses 
  • For list use list types circle, disk and square 
  • Insert your accurate information in appropriate places as mentioned in the image. 
  • Upload the HTML web page on VULMS. NOT the .doc or .txt file
Recommended : CS101 Midterm solved Papers Mega Collection

CS101 Assignment No 1 Solution Spring 2017

Copy the HTML code below and open notepad. Past in Notepad. Now save file as Index.html
HTML file link has been given at end of this article.

Solution:

<html>
<head>
<title> Your VU ID</title>
</head>
<body>
<table cellspacing="0" border="0" style="width:100%">
<tr><td><h1><b>Your Name</b></h1></td>
<tr><td><P><h2><b>My three favorite courses </b></h2></p></td></tr>
<tr><td ><ul></td></tr>
<tr><td><li><b>Introduction to Computing 101.</b></li></td></tr>
<tr><td><li><b>Calculus And Analytical Geometry 101.</b></li></td></tr>
<tr><td><li><b> Financial Accounting 101.</b></li></td</tr></table>
<table cellspacing="2" border="2" style="width:100%">
<tbody><tr>
<td colspan="3"><h2><b>Weekly Lecture Schedule of any 3 courses</b></h2></td></tr>
<tr><td width="33.33%" bgcolor="979199"><b>Introduction to Computing</b></td>
<td width="33.33%"><b>101</b></td>
<td width="33.33%"><b>Monday</b></td></tr>
<tr><td width="33.33%" bgcolor="red"><b>Calculus And Analytical Geometry</b></td>
<td width="33.33%"><b>101</b></td>
<td width="33.33%"><b>Tuesday</b></td></tr>
<tr><td width="33.33%" bgcolor="green"><b> Financial Accounting</b></td>
<td width="33.33%"><b>101</b></td>
<td width="33.33%"><b>Wednesday</b></td></tr></table>
<p>Email me at<a href="xyz@gmail.com"> xyz@gmail.com </a></p>
</body>
</html>

Assignment Solution output

CS101 Assignment No 1 Solution
CS101 Assignment No 1 Solution

Download Cs101 Assignment no 1 Solution


If You liked this Post please share with friends. Subscribe and Like us on Facebook to receive solution files in your mailbox.

Post a Comment

 

Top