Page 132 - COMPUTER
P. 132
FORM
<Html>
<Head>
<Title>Form</Title>
</Head>
<Body Bgcolor="Lightblue">
<Fieldset>
<Center>
<Legend>
<Font Size="7" Color="Red"><U><I>Admission Form</I></U></Font>
</Legend>
<Form Type="Normal">
</Center>
<P Align="Center">1. Name:<Input Type="Text" Name="Name" Size="30">
<P Align="Center">2.Father`S Name: <Input Type="Text" Father’s
Name="Name" Size="30">
<P Align="Center">3.Mother`S Name: <Input Type="Text" Mother’s
Name="Name" Size="30">
<P Align="Center">4.Date Of Birth: <Input Type="Date">
<P Align="Center">5.Address: <Input Type="Text" Address="Name"
Size="30">
<P Align="Center">6. Pin Code: <Input Type="Number" Pin code="Name"
Size="30">
<P Align="Center">7.Sex: <Input Type="Radio" Name="A">Male <Input
Type="Radio" Name="A">Female
<P Align="Center">8.Qualification : <Select>
<Option></Option>
<Option>5th</Option>
<Option>8th</Option>
<Option>10th</Option>
<Option>12th</Option>
<Option>Graduated</Option>
<Option>Post Graduated</Option>
<Option>Dr.(Ph.D.)</Option>
</Select>
<P Align="Center">9.Course
<Select Multiple>
<Option>Basic Computer</Option>
<Option>Advance Computer(Dtp)</Option>
<Option>Music</Option>
131