Table of Contents
How to Create Student Registration Form with HTML Code in hindi
इस tutorial में हम आपको सिखाएंगे कि html कोड के साथ student addmission form create कैसे करें। आप पूरी तरह से इस post को read करने के बाद अपने द्वारा एक student addmission form बना सकते हैं। HTML कोड के साथ student addmission form कैसे बनाएं?
Student Registration Form html coding here:
<!doctypehtml>
<head>
<title> college admission form<</title>
</head>
<body>
<h1 align=”center”> college admission form</h1>
<form action=”#” name=”student form” onsubmit=”return”(validate()):>
<table cellpadding=”2″ width=”20%” align=”center” cellpacing=”2″>
<tr>
<td> name</td>
<td><input type=”text” name=”testname” id=”textname” size=”30″></td>
</tr>
<tr>
<td> father Name</td>
<td><input type=”text” name=”testname” id=”textname” size=”30″></td>
</tr>
<td> postal address</td>
<td><input type=”text” name=”testname” id=”textname” size=”30″></td>
</tr><td> sex</td>
<td><input type=”text” name=”testname” id=”textname” size=”30″></td>
</tr>
<td> email</td>
<td><input type=”text” name=”testname” id=”textname” size=”30″></td>
</tr><td> phone number</td>
<td><input type=”text” name=”testname” id=”textname” size=”30″></td>
</tr>
<tr>
<td colspan=”2″ align=”center” > <input type=”submit” value=”submit form” align=”center” /> </td>
</tr>
</table>
</form>
</body></html>
student addmission form बनाए गए review यहां पर देखें
college admission form
name | |
father Name | postal address |
sex email phone number