CS101 Assignment Solutions
Cs101 Assignment Solution no 1
CS101 Assignment 100% accurate
<head>
<title> Assignment No. 02</title>
</head>
<body>
<h1 align="center">Personal Profile</h1>
<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>
<tr><td align="left"><h3><b>Submission Part</b></h3></th></tr>
<tr><th align="left">Skills</th></tr>
<tr>
<td><ol type="i">
<li>MS Office</li>
<li>Adobe Photoshop</li>
<li>HTML</li>
</ol>
</td>
</tr>
<tr><th align="left">Hobbies</th></tr>
<tr>
<td><ul>
<li>Foot Ball</li>
<li>Hockey</li>
<li>Cricket</li>
</ul>
</td>
</tr>
<tr><th align="left">Define yourself</th></tr>
<tr><td colspan="2" align="center"> You have to write yourself in maximum 200 words </td></tr>
<tr><td><button type="reset" value="Reset">Reset All Preference</button></td></tr>
</form>
</table>
</body>
</html>
HOW TO UPLOAD MY HTML ASSIGMENT? MY OWN WEB PAGE DEVELOPMENT, THROUGH NOTEPAD
ReplyDelete