0% found this document useful (0 votes)
4 views

HTML Code

Uploaded by

suneeta puli
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

HTML Code

Uploaded by

suneeta puli
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

<body style="background-color: lightseagreen;">

<style>
#p1{
border-radius: 20px;
height: 30px;
width: 240px;
background-color: orangered;
text-align:center;
color: white;
}
#p2{
background-color: white;
border-radius: 10px;
}
</style>
<br><br>

<table border="0px" id="p2" align="center">


<tr>
<td>
<form action="">

<table border="0px" height="" cellspacing="6px">


<tr>
<td>
<big><big><b>Registration</b></big></big>
<div>
<span>
<table cellspacing="10px">
<tr>
<td>
<table height="3px" width="105px" style="background-
color: orangered;"></table>
</td>
</tr>
</table>
</span>
</div>
</td>
</tr>
<tr>
<td> <br>
<big><b>Personal Details</b></big>
<table>
<tr>
<td>
<table border="0px"height="300px" width ="400px"
cellpadding="4px" cellspacing="10px">
<tr>
<td>
<b>Fulll Name</b>
<input type="text" name="" id="" placeholder="Enter
your name" />
</td>
<td>
<b>Father Name</b>
<input type="text" name="" id="" placeholder="Enter
father name" />
</td>
<td>
<b>Mother Name</b>
<input type="text" name="" id="" placeholder="Enter
mother name" />
</td>
</tr>
<tr>
<td>
<b>Date Of Birth</b>
<input type="date" name="" id="" placeholder="Enter
your DOB" />
</td>
<td>
<b>Full Name</b>
<input type="text" name="" id="" placeholder="Enter
aadhar number" />
</td>
<td>
<b>Email</b>
<input type="email" name="" id="" placeholder="Enter
your email" />
</td>
</tr>
<tr>
<td>
<b>Mobile Number</b>
<input type="number" name="" id="" placeholder="Enter
mobile number" />
</td>
<td>
<b>Gender</b>
<input type="text" name="" id="" placeholder="Enter
yout gender" />
</td>
<td>
<b>Address</b>
<input type="text" name="" id="" placeholder="Enter
your address" />
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<span>
<table border="0px" cellpadding="10px">
<tr>
<td>
<table width="400px" border=""></table>
</td>
</tr>
</table>
</span>

<table border="0px" cellpadding="10px">


<tr>
<td>
<big><b>Other Details</b></big><br>
<table border="0px" cellpadding="10px">
<tr>
<td>
<b>Stream</b><br>
<input type="text" name="" id="" placeholder="Enter your
stream">
</td>
<td>
<b>Previous class</b><br>
<input type="text" name="" id="" placeholder="Enter
previous class">
</td>
<td>
<b>Hobbies</b><br>
<input type="text" name="" id="" placeholder="Enter your
hobbies">
</td>
</tr>
<tr>
<td>
<b>Account Number</b><br>
<input type="text" name="" id="" placeholder="Enter account
number">
</td>
<td>
<b>Religion</b><br>
<input type="text" name="" id="" placeholder="Enter your
Religion">
</td>
<td>
<b>Catogary</b><br>
<input type="text" name="" id="" placeholder="Enter your
catogary">
</td>
</tr>
</td>
</tr>
</table>
</table>
<table width="610px">
<tr>
<th>
<center>
<button id="p1">
<big>Submit</big>
</button>
</center>
</th>
</tr>
</table>

</form>

You might also like