<!DOCTYPE html>
<html>
<head>
<title>Registration Example</title>
</head>
<body bgcolor="gray" align = "center">
<table border=1 width="500px;" Height="300px;" bgcolor="Lightskyblue" align="center">
<tr> <td> Enter Name:<input type="text" name="n1"></td></tr>
<tr> <td> Enter Address:<textarea cols="25" rows="3" placeholder="Current Address" value="address" required>
</textarea> </td></tr>
<tr> <td> Select Gender:<input type="radio" name="r1">Male<input type="radio" name="r1">Female <input type="radio" name="r1">Othe</td></tr>
<tr><td>Enter E-Mail Address<input type="text" name ="n2"></td></tr>
<tr><td>Enter Password<input type="password" name ="n2"></td></tr>
<tr><td><input type="Submit" name ="Submit"></td></tr>
</body>
</html>
No comments
Welcome to saveracom.blogspot.com