0% found this document useful (0 votes)
7 views2 pages

HTML Registration Form Example

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views2 pages

HTML Registration Form Example

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Registration form using HTML

<form method=”POST” action=”URL”>

<h2>

&emsp;&emsp;&emsp;&emsp;<u>Registration form</u>

</h2>

<ol>

</br>

<label for="name"><b>Full Name&emsp;</b></label>

<input type="text">

</br>

<label for="name"><b>Last Name&emsp;</b></label>

<input type="text">

</br>

<label for="name"><b>Nick Name&emsp;</b></label>

<input type="text">

</br>

<label for="mail"><b>Email&emsp;&emsp;&emsp;</b></label>

<input type="text">

</br>

<label for="psw"><b>Password&emsp;&ensp;</b></label>

<input type="password">

</br>

<label for="date"><b>Date of Birth</b></label>

<input type="number">

</br>

<b>Gender</b>

<input type="radio" name="fav_language" value="HTML">Male

<input type="radio" name="fav_language" value="HTML">Female

<input type="radio" name="fav_language" value="HTML">Other

</br>
</br>

<label for="number"><b>Mobile&emsp;&ensp;&ensp;&ensp;</b></label>

<input type="number">

</br>

<label for="text"><b>address&emsp;&ensp;&ensp;&ensp;</b></label>

<input type="text">

</br>

</ol>

</form>

</br>

&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;<button type="button">

Submit

</button>&emsp;&emsp;

<button type="button">

Reset

</button>

You might also like