CS101 assignment No. 02 Solution - Spring 2015
In this assignment; there are two questions and each question has two parts i.e. Practice part and Submission Part. You will be doing the practice part in lab sessions arranged to facilitate the students and submission part will be done by you.Also Read: CS101 Assignment No. 2 Solution Fall 2016
Download CS101 Assignment 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.
Practice Part This is a practice assignment
Student ID : bc130XXXXXX
Web address: Virtual Study Solutions
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)
Question No.1 Hints for Practice part & Submission 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.
Question No.2 Hints for Practice part & Submission part
it 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.
You should also Read:
- C++ Programming language video tutorial free download
- HOW TO MAKE DATESHEET FOR EXAM at VU
- CS101 Mid term 16 SOlved Papers + Quizzes + Solved Subjectives + HTML TAGS
CS101 assignment 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.
great
ReplyDeleteThanks. Bookmark Us and Keep Visiting for More Study Solutions
Delete