Registration Form In HTML-:
Below is complete code in HTML for making a Registration Form,First of All Visit My You Tube Channel TECH ERA,after Watch Video copy the Whole Code In Our Text Editor And Modify According To Your Self .
HTML CODE
<html>
<head>
<title>Registration Form</title>
</head>
<body>
<h1 style=text-align:center>Registration Form In Html</h1>
<form>
<table>
<tr>
<td>
Name:
</td>
<td>
<input type="text" placeholder="Name" name="">
</td>
</tr>
<tr>
<td>
Phone Number:
</td>
<td>
<input type="phone" placeholder="9867******">
</td>
</tr>
<tr>
<td>
Email Id:
</td>
<td>
<input type="email" placeholder="example1@*8">
</td>
</tr>
<tr>
<td>
Password:
</td>
<td>
<input type="password" placeholder="Password">
</td>
</tr>
<tr>
<td>
Gender:
</td>
<td>
<input type="radio" name="gender">Male
<input type="radio" name="gender">Female
</td>
</tr>
<tr>
<td>
Date of Birth:
</td>
<td>
<input type="date">
</td>
</tr>
<tr>
<td>
Hobbies:
</td>
<td>
<input type="checkbox"singing>singing
<input type="checkbox"Dancing>Dancing
<input type="checkbox"playing>playing
</td>
</tr>
<tr>
<td>
Education Qualification:
</td>
<td>
<select>
<option>Select Option</option>
<option>10+2</option>
<option>Graduation</option>
<option>Postgraduation</option>
</select>
</td>
</tr>
<tr>
<td>
Address:
</td>
<td>
<textarea rows="5" col="17" placeholder="Address"></textarea>
</td>
</tr>
<tr>
<td>
<input type="submit" value="Submit">
<input type="reset" value="Reset">
</td>
</tr>
</table>
</form>
</body>
</html>
learn how to make html form
ReplyDeleteHello brother I have project and if work with me am student 7042875830 , surajsonj704287@gmail.com
DeleteThank you so much sir .....!
ReplyDeleteGreat Video Sir
ReplyDeleteThank you so much
date of birth ma error ha vo cheej display nahi ho reha ho video ma display ho reha ha
ReplyDeleteHow make it Center?
ReplyDeleteuse center alling attribute
DeleteHlo...sir..plz help me...
ReplyDeleteHow to make hostel entry form and food delivery form using html
Radio Button is working in Blogger?
ReplyDelete