<html> <body> <h1> this is a webside</h1> <br> user<input type="text"> <br> password<input type="password"> <br> name<input type="name"> <br> father name<input type="name"> <br> email<input type="email"> <br> ph no<input type="number"> <br> <input type="radio" id="male" value="male"> <input type="radio" id="female" value="female"> <br> <input type="submit"> </body> </html>