REGISTRATION FORM (HTML 3RD CLASS}

 <!DOCTYPE html>

<html>  
<head> <title> Regestration Form </title>  </head>      
<body>

 <h1>Regestration Form</h1>

<form>
First Name : <input type="text" placeholder="enter your name">
Last Name : <input type="text"> <br>

Password : <input type="password" placeholder="enter your password"> <br>
Phone Number : <input type="text"><br>

Select Gender : <input type="radio" name="gender">Male
<input type="radio" name="gender">Female
<input type="radio" name="gender">Transgender
<input type="radio" name="gender">Other <br>
<button type=submit" value="submit">SUBMIT</button>
</form>
</body>

</html>



Comments

Popular posts from this blog