How to Create Registration Form in HTML
If you don't know, How To Create a registration Form in HTML. Then I will explain you, How to Make HTML Forms in
very easy steps.If you Don't Understand This code then watch my Youtube tutorial about this code how i made it. click here to watch this tutorial:
a simple code is given below: Betikromi on Youtube
<html> <head> <title>Register Form</title> </head> <body> <form> <table> <tr> <td> Name: </td> <td> <input type="text" placeholder="ENTER YOUR NAME"=""> </td> </tr> <tr> <td> FATHER'S NAME: </td> <td> <input type="password" placeholder="WRITE HERE"Name=""> </td> </tr> <tr> <td> MOTHER'S NAME: </td> <td> <input type="password" placeholder="WRITE HERE"Name=""> </td> </tr> <tr> <td> PRESENT ADDRESS: </td> <td> <input type="password" placeholder="WRITE HERE"Name=""> </td> </tr> <tr> <td> Gender: </td> <td> <input type="radio"name="Gender">Male <input type="radio"name="Gender">Female </td> </tr> <tr> <td> Email </td> <td> <input type="mail" placeholder="mail"name=""> </td> </tr> <tr> <td> Phone Number </td> <td> <input type="Phone Number" placeholder="Input Phone number"name=""> </td> </tr> <tr> <td> <select> <option>+880</option> <option>991</option> <option>992</option> <option>993</option> <option>994</option> <option>995</option> <option>996</option> <option>997</option> <option>998</option> <option>999</option> </select> <input type="phone" placeholder="1985932882"name=""> </td> </tr> <tr> <td> <input type"submit" value="submit" name=""> </td> </tr> </table> </form> </body>
Thanks For Reading Everyone,
Subscribe My Youtube Channel:Click here To visit My Channel.
No comments
Thanks For Commenting .
we'll approve your comment soon.
Thank you