0
Question No 1:                                                                                                                           Marks 10
In figure 1, some sort of CV template is given. You are required to re-write/type the shown template using built in MS word functionality with same background as in the image for specific text.

Figure 1

Hints for the Practice Part:

Question No.1 is composed of two portions i.e. Practice part & Submission part.  Practice part is for your practice and the composing guidelines (Comments) are given below. As for as the  Submission part is concerned, you will attempt it (Submission part) by following the same hints and procedure as mentioned in Practice part.


Practice Part[z1] 
This is a practice assignment[z2] 
Student ID[z3] : BC12345678[z4] 
Web address:                       mydomain[z5] 



Submission Part
This will be your actual assignment


Question No 2:                                                                                                                           Marks 10

You are provided an image of a web page having a form of personal profile. You have to write an HTML code in such way that your output should look like the figure 2.
(Hint: You can try different types of list tags in HTML for submission part)

Figure 2





Question No.2 comprises of two parts i.e. Practice part & Submission part.  Practice part is for your practice and the the code is given below. As for as the  Submission part is concerned, you will attempt it (Submission part) by following the same HTML code as mentioned in Practice part.

Code for Practice Part:

<html>
<head>
<title> Assignment No. 02</title>
</head>
<body>
<h1 align="center">Personal Profile</h1>

<form name="profile" method="post">
<table align= "center">
<tr><td><h3> Practice </h3></td></tr>
<tr><td>Name: </td><td><input type="text" name="userName" size="20"></td></tr>
<tr> <td valign="top">Favourite Drink:</td>
<td> <select name="drinks">
<option value="Tea"> Tea </option>
<option value="Coffee"> Coffee </option>
<option value="softdrink"> Soft Drink </option>
<option value="Blank" selected> Select from given list </option>
</select></td></tr> <tr><td></td></tr><tr><td></td></tr>
</tr>
</form>
</table>
</body>
</html>

Note:

Code for practice portion is given above and you have to submit code for submission portion.


BEST OF LUCK

<html>
<head>
<title>Assignment No. 02 By: Arslan Waris>
</head>
<body>
<h1 align="center">Personal Profile</h1>
<form name="profile" method="post">
<table align= "center"><tr>
<td><h3> Practice </h3></td></tr>
<tr><td>Name: </td><td><input type="text" name="userName" size="20"></td></tr>
<tr><td valign="top">Favourite Drink:</td><td>
<select name="drinks">
<option value="Tea"> Tea </option>
<option value="Coffee"> Coffee </option>
<option value="softdrink"> Soft Drink </option>
<option value="Blank" selected> Select from given list </option>
</select></td></tr>
<tr>
<td valign="top"><h3>Submission Part</h3></td></tr>
<tr><td><strong>Skills</strong>
<ol type="i">
  <li>MS Office</li>
  <li>Adobe Photoshop</li>
  <li>HTML</li>
</ol>  </td></tr>
<tr><td><strong>Hobbies</strong>
<ul type="disc">
<li>Foot Ball</li>
<li>Hockey</li>
<li>Cricket</li>
</ul></td></tr>
<tr><td colspan="2">
<strong>Define Yourself</strong>
<blockquote>You have to write about yourself in maximum 200 words</blockquote>
</td></tr>
<tr><td><input type="reset" value="Reset All Preferences"></td></tr>
</form>
</table>
</body>

</html>

Post a Comment

Dear readers, after reading the Content please ask for advice and to provide constructive feedback Please Write Relevant Comment with Polite Language.Your comments inspired me to continue blogging. Your opinion much more valuable to me. Thank you.

Monday, June 8, 2015

cs101 assignment 2 solution

Question No 1:                                                                                                                           Marks 10
In figure 1, some sort of CV template is given. You are required to re-write/type the shown template using built in MS word functionality with same background as in the image for specific text.

Figure 1

Hints for the Practice Part:

Question No.1 is composed of two portions i.e. Practice part & Submission part.  Practice part is for your practice and the composing guidelines (Comments) are given below. As for as the  Submission part is concerned, you will attempt it (Submission part) by following the same hints and procedure as mentioned in Practice part.


Practice Part[z1] 
This is a practice assignment[z2] 
Student ID[z3] : BC12345678[z4] 
Web address:                       mydomain[z5] 



Submission Part
This will be your actual assignment


Question No 2:                                                                                                                           Marks 10

You are provided an image of a web page having a form of personal profile. You have to write an HTML code in such way that your output should look like the figure 2.
(Hint: You can try different types of list tags in HTML for submission part)

Figure 2





Question No.2 comprises of two parts i.e. Practice part & Submission part.  Practice part is for your practice and the the code is given below. As for as the  Submission part is concerned, you will attempt it (Submission part) by following the same HTML code as mentioned in Practice part.

Code for Practice Part:

<html>
<head>
<title> Assignment No. 02</title>
</head>
<body>
<h1 align="center">Personal Profile</h1>

<form name="profile" method="post">
<table align= "center">
<tr><td><h3> Practice </h3></td></tr>
<tr><td>Name: </td><td><input type="text" name="userName" size="20"></td></tr>
<tr> <td valign="top">Favourite Drink:</td>
<td> <select name="drinks">
<option value="Tea"> Tea </option>
<option value="Coffee"> Coffee </option>
<option value="softdrink"> Soft Drink </option>
<option value="Blank" selected> Select from given list </option>
</select></td></tr> <tr><td></td></tr><tr><td></td></tr>
</tr>
</form>
</table>
</body>
</html>

Note:

Code for practice portion is given above and you have to submit code for submission portion.


BEST OF LUCK

<html>
<head>
<title>Assignment No. 02 By: Arslan Waris>
</head>
<body>
<h1 align="center">Personal Profile</h1>
<form name="profile" method="post">
<table align= "center"><tr>
<td><h3> Practice </h3></td></tr>
<tr><td>Name: </td><td><input type="text" name="userName" size="20"></td></tr>
<tr><td valign="top">Favourite Drink:</td><td>
<select name="drinks">
<option value="Tea"> Tea </option>
<option value="Coffee"> Coffee </option>
<option value="softdrink"> Soft Drink </option>
<option value="Blank" selected> Select from given list </option>
</select></td></tr>
<tr>
<td valign="top"><h3>Submission Part</h3></td></tr>
<tr><td><strong>Skills</strong>
<ol type="i">
  <li>MS Office</li>
  <li>Adobe Photoshop</li>
  <li>HTML</li>
</ol>  </td></tr>
<tr><td><strong>Hobbies</strong>
<ul type="disc">
<li>Foot Ball</li>
<li>Hockey</li>
<li>Cricket</li>
</ul></td></tr>
<tr><td colspan="2">
<strong>Define Yourself</strong>
<blockquote>You have to write about yourself in maximum 200 words</blockquote>
</td></tr>
<tr><td><input type="reset" value="Reset All Preferences"></td></tr>
</form>
</table>
</body>

</html>

No comments:

Post a Comment