Complete Solution Of CS101 Fall 2010 Assignment No 2
Copy The Given HTML code And Please Make Changes Other wise you will get Zero Marks.
HTML Code.
<HTML>
<HEAD>
<TITLE>Admission Form</TITLE>
</HEAD>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%" bgcolor="green" align="center"><font color="white"><b>Admission Form</b></font></td>
</tr></table>
<BODY>
<FORM name="login" method="post" action=loginScriptURL>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%" bgcolor="green"><font color="white"><b>Personal Information</b></font></td>
</tr></table></FORM>
<FORM name="submit" method="post" action=submitScriptURL>
<table border="1" bordercolor="lightblue"cellpadding="0" cellspacing="0" width="100%">
<tr><td width="30%">Candidate's Name</td><td><input type="password" name="password" size="20" maxlength="25"><b><font color="red">Max Character Limit Is 25</font></b></td></tr>
<tr><td width="30%">Father's Name</td><td><input type="password" name="cpassword" size="20" maxlength="25"><b><font color="red">Max Character Limit Is 25</font></b></td></tr>
<tr><td width="30%">Postal Address</td><td><textarea name="message" cols="20" rows="2"></textarea></td></tr>
<tr><td width="30%">Upload C.V</td><td><input name="fileupload" id="fileupload" type="file">
</td></tr>
</table>
<table border="1" bordercolor="lightblue"cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%" bgcolor="green"><font color="white"><b>Education</b></font></td>
</tr></table>
<table border="1" bordercolor="lightblue"cellpadding="0" cellspacing="0" width="100%">
<tr><td width="30%">Highest Qualification</td><td><select name"degree"><option value"select" selected> ---Select---
<option value"Masters degree">-BBA
<option value"Bachelors Degree">-B.A.
<option value"Intermediate">-BSIT
<option value"Intermediate">-BCS
<option value"Intermediate">-MBA
<option value"Intermediate">-MCS
</select></td></tr>
<table border="1" bordercolor="lightblue"cellpadding="0" cellspacing="0" width="100%">
<tr><td width="30%">Grade</td><td>
<input type="radio" name="continued" value="continued">+A<br>
<input type="radio" name="Continued" value="Continued">A<br>
<input type="radio" name="Continued" value="Continued">B+<br>
<input type="radio" name="Continued" value="Continued">B<br>
<input type="radio" name="Continued" value="Continued">C+<br>
<input type="radio" name="Continued" value="Continued">C<br></table>
<table border="1" bordercolor="lightblue"cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%" bgcolor="green"><font color="white"><b>Education</b></font></td>
</tr></table>
<table border="1" bordercolor="lightblue"cellpadding="0" cellspacing="0" width="100%">
<tr><td width="30%">Program Applied For</td><td><select name"degree"><option value"select" selected> ---Select---
<option value"Masters degree">-MS(CS)
<option value"Bachelors Degree">-MS(BA)
<option value"Intermediate">-MCS
<option value"Intermediate">-MBA
<option value"Intermediate">-BCS
<option value"Intermediate">-BBA
</select></td></tr>
<tr><td width="30%">Session Applied For</td><td>
<input type="checkbox" value="MPhil">Mornning<br>
<input type="checkbox" value="Masters">Afternoon<br>
<input type="checkbox" value="Bachelors">Evening<br>
</td></tr>
<tr><td width="30%"></td><td><input type="submit"name="reg" value="Submit"><input type="reset" value="Reset"></td></tr>
</table>
<br>
<table border="1" bordercolor="lightblue"cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%" bgcolor="green" align="center"><font color="white"><b>Copyrighted 2010</b></font></td>
No comments:
Post a Comment
Please Comment About my Work