Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 18

SECTION : A

ROLL NO :

SUBMITTED BY : RUDRA PRATAP SINGH


SUBMITTED TO : MR. AMIT SAXENA
Name: Rudra pratap singh
Roll NO : Class : X

SCHOOL : SKD Academy

This is to cerify that the bonafide work of F.I.T (Practical / Project) has
been done by the student as per CBSE requirement during the
academic session : 2017 - 2018.

Examiner’s signature Teacher – In – charge

Date HEAD OF INSTITUTION


I WOULD LIKE TO EXPRESS MY SPECIAL
THANKS OF GRATITUDE TO MY TEACHER MR.
AMIT SAXENA AS WELL AS OUR PRINCIPAL
MRS. ARCHANA SINGH WHO GAVE ME THE
GOLDEN OPPORTUNITY TO DO THIS
WONDERFUL PROJECT ON THE TOPIC HTML ,
WHICH ALSO HELPED ME IN DOING A LOT OF
RESEARCH AND I COME TO KNOW ABOUT SO
MANY NEW THINGS I AM REALLY THANKFUL
TO THEM.
SECONDLY I WOULD ALSO LIKE TO THANK MY
PARENTS AND FRIENDS WHO HELPED ME A
LOT IN FINALIZING THIS PROJECT WITHIN
THE LIMITED TIME FRAME.
<html>
<head>
<title> my school</title>
</head>
<center>
<font face =”vernda color =”blue” size =”5”>
<b> skd academy school </b>
</font>
</center>
<hr size =”4” width =”75%” noshade><br>
<font size =”4”>
<p align =”justify”>
<b>
Skd Academy is a Hightech School for the next generation of kids ,situated on
the feet of vrindavan in the city of lucknow which offers quality education on its
best . The school has a vast campus of 200 acres with state of the art building
& other facilities to provide excellent shape of the future of your kids . thr
school is affiliated to CBSE board that offers education from pre-nursery to XII.
</b>
</p>
<ol>
<li> ABOUT US </li>
<li> MEET THE STUFF </li>
<li> PRINCIPAL NOTES </li>
<li> FACILITIES </li>
<ul type =”square”>
<li> CLASSROOM </li>
<ul type =”circle”>
<li> DIGITAL CLASSROOM </li>
<li> LANGUAGE ROOM </li>
<li> MUSIC ROOM </li>
<li> ART ROOM </li>
</ul>
<li> LAB </li>
<ul type =”circle”>
<li> MATHEMATICS LAB </li>
<li> SCIENCE LAB </li>
<li> COMPUTER LAB </li>
</ul>
<li> AUDITORIAM </li>
<li> HEALTH CENTER ROOM </li>
</ul>
<li> CONTACT DETAILS </li>
</ol>
</font>
<hr size =”4” width =”75%” noshade>
</body>
</html>
<html>
<head></head>
<body bgcolor=”gold” font-color=”red”>
<table border=’0’ width=’480px’ cellpadding=’0’ cellspacing=’0’
align=’center’>
<center><tr>
<td><h1>Registration Form For Sports</h1></td>
</tr><center>
<table border=’0’ width=’480px’ cellpadding=’0’ cellspacing=’0’
align=’center’>
<tr>
<td align=’center’>Name:</td>
<td><input type=’text’ name=’name’></td>
</tr>
<tr> <td>&nbsp;</td> </tr>
<tr>
<td align=’center’>Sur Name:</td>
<td><input type=’text’ name=’name’></td>
</tr>
<tr> <td>&nbsp;</td> </tr>
<tr>
<td align=’center’>Date Of Birth:</td>
<td><input type=’text’ name=’name’></td>
</tr>
<tr> <td>&nbsp;</td> </tr>
<tr>
<td align=’center’>Address:</td>
<td><input type=’text’ name=’name’></td>
</tr>
<tr> <td>&nbsp;</td> </tr>
<tr>
<td align=’center’>Phone:</td>
<td><input type=’text’ name=’name’></td>
</tr>
<tr> <td>&nbsp;</td> </tr>
<tr>
<td align=’center’>Email:</td>
<td><input type=’text’ name=’name’></td>
</tr>
<tr> <td>&nbsp;</td> </tr>
<tr>
<td align=’center’>Zip:</td>
<td><input type=’text’ name=’zip’></td>
</tr>
<tr> <td>&nbsp;</td> </tr>
<table border=’0’ cellpadding=’0’ cellspacing=’0’ width=’480px’
align=’center’>
<tr>
<td align=’center’><input type=’submit’ name=’REGISTER’
value=”register”></td>
</tr>
</table>
</body.
</html>
<html>
<head>
<script type=”text/javascript” src=”validate.js”></script>
</head>
<body>
<form action=”#” name=”StudentRegistration”
onSubmit=”return(validate();”>
<table cellpadding=”2” width=”20%” bgcolor=”99FFFF”
align=”center” cellspacing=”2”>
<tr>
<td colspan=2>
<center><font size=4><b>Student Registration
Form</b></font></center>
</td>
</tr>
<tr>
<td>Name</td>
<td><input type=text name=textnames
id=”textname”size=”30”></td>
</tr>
<tr>
<td>Father Name</td>
<td><input type=”text” name=”fathername”
id=”fathername” size=”30”></td>
</tr>
<tr>
<td>Postal Address</td>
<td><input type=”text” name=”paddress” id=”paddress”
size=”30”></td>
</tr>
<tr>
<td>Personal Address</td>
<td><input type=”text” name=”personaladdress”
id=”personaladdress” size=”30”></td>
</tr>
<tr>
<td>Sex</td>
<td><input type=”radio” name=”sex” value=”male”
size=”10”>Male<input type=”radio” name=”sex”
value=”Female” size=”10”>Female</td>
</tr>
<tr>
<td>City</td>
<td><select name=”City”>
<option value=”-1” selected>select..</option>
<option value=”New Delhi”>NEW DELHI</option>
<option value=”Mumbai”>MUMBAI</option>
<option value=”Goa”>GOA</option>
<option value=”Patna”>PATNA</option>
</select></td>
</tr>
<tr>
<td>Course</td>
<td><select name=”Course”>
<option value=”-1” selected>select..</option>
<option value=”B.Tech”>B.TECH</option>
<option value=”MCA”>MCA</option>
<option value=”MBA”>MBA</option>
<option value=”BCA”>BCA</option>
<select></td>
</tr>
<td>DISTRICT</td>
<td><select name=”-1” selected>select..</option>
<option value=”Nalanda”>NALANDA</option>
<option value=”UP”>UP</option>
<option value=”Goa”>GOA</option>
<option value=”Patna”>PATNA</option>
</select></td>
</tr>
<tr>
<td>State</td>
<td><select name=”State”>
<option value=”-1”selected>select..</option>
<option value=”New Delhi”>NEW DELHI</option>
<option value=”Mumbai”>MUMBAI</option>
<option value=”Bihar”>BIHAR</option>
</select></td>
</tr>
<tr>
<td>Pin Code</td>
<td><input type=”text” name=”pincode” id=”pincode”
size=”30”></td>
</tr>
<tr>
<td>Emalid</td>
<td><input type=”text” name=”emailed” id=”emailid”
size=”30”></td>
</tr>
<tr>
<td>DOB</td>
<td><input type=”text” name=”dob” id=”dob”
size=”30”></td>
</tr>
<tr>
<td>MobileNo</td>
<td><input type=”text” name=”mobileno” id=”mobileno”
size=”30”></td>
</tr>
<tr>
<td><input type=”reset”></td>
<td colspan=”2”><input type=”submit” value=”Submit
Form”?></td>
</tr>
</table>
</form>
</body>
</html>
In this project I have taken help from certain books which
are as followed :
1. Sumitra Arora Computer Science
2. All in one of computers

I have also taken help from internet from certain website


which are as followed :
1. www.wikipedia.com
2. www.htnlcodingworld.com

Last but not the least I have also taken help from
my computer teacher Mr. Amit Saxena.

You might also like