VU Answer Provide Latest Complete CS202 Assignment 1 Solution Fall 2021. Easy to See Correct CS202 Assignment 1 Solution 2021 with PDF File.
CS202 ASSIGNMENT 1 SOLUTION FALL 2021
Provide by VU Answer
Due Date: 9 Dec 2021
Total Marks: 20
Uploaded Instruction
Upload in .html file
Objective:
The objectives of this assignment are:
To learn and practice the basic HTML tags.
Use of HTML form and Table tags, CSS basic inline tags
Code Solution:
<!DOCTYPE html>
<html>
<body bgcolor="orange">
<h1 style="text-align: center;">Centers for Decrease Control Survey Form for Dengue Control</h1>
<form >
<table style="width:100%">
<tr>
<td>First Nana:</td>
<td><input type = "text"></td>
</tr>
<tr>
<td>second Name:</td>
<td><input type = "text"></td>
</tr>
<tr>
<td>Father / Husband Name:</td>
<td><input type="text"></td>
</tr>
<td><Area Name:</td>
<td><input type="text"></td>
</tr>
<tr>
<td>Permanant Addrass:</td>
<td><textarea rows="4" cols="25"></textarea></td>
</tr>
<tr>
<td>Gender:</d>
<td>
<input type="radio"name="der" value="l">
<label for="agel">Male</label><br>
<input type="radio" name="der" value="2">
<label for="age2">Female</label><br>
</td>
</tr>
<tr>
<td>Age:</td>
<td><input type="text"></td>
</tr>
<tr>
<td>Mebile Number:</td>
<td><input type="text"></td>
</tr>
<td>Are you experiencing Headache from last few days?</td>
<td>
<input type="radio" name="de" value="yes">
<label for="agal">Yes</label><br>
<input type="radio" name="de" velue="No">
<label for="age2">No</label><br>
<tr>
<td>Are you experiencing Muscle Pain from last few daye </td>
<td>
<input type="radio" name="de2" value="Yes">
<label for="agel">Yes</label><br>
<input type="radio" name="de2" value="No">
<label for="age2">No</label><br>
</td>
</tr>
<tr>
<td>Pleame Select Suitable option from below given option (if ther are more than one pleane chock multiple option</td>
<td>
<input type="checkbox" name="de3" value="">
<label for="vehicle1">I am experiencing Muscle, Bone and join Pain</label><br>
<input type="checkbox" name="de3" value="">
<label for="vehicle2">I am experiencing Vomting From Last Few Days</label><br>
<input type="checkbox" name="de3" value="">
<label for="vehicle3">I am experiencing the pain behind the eyes from last few days</label><br>
<input type="checkbox" name="de3" value="">
<label for="vehicle3">I am experiencing swollen glands from last few days</label><br><br>
<input type="text"> (Mention other feelin(s))
</td>
</tr>
<td></td>
<td><input type="submit" style="width: 200px;"></td>
</tr>
</table>
<p style="text-align: center;">Provided by VUAnswer.com</p>
</body>
</html>
Check Also
All Latest VU Assignment 1 Solution Fall 2021
PLEASE NOTE:
Don't copy the same answer.
Make sure you can make some changes to your solution file before submitting the copy solution will be marked zero.
0 Comments