Sunday, 20 December 2015

How to Creat Form in html

<!DOCTYPE html
<html>
<head>
<title>krishna kumar gupta</title>
</head>

<body><h1>A SimpleForm Application</h1>
<h2>Please Enter Your Full Name</h2>
<form action="methor">
<table border="0" cellspacing="5">
<tr>
      <td>First Name:</td>
      <td><input type="text" size="20" name="Frist Name"></td>
</tr>
<tr>
      <td>Last Name:</td>
      <td><input type="text" size="20" name="Last Name"></td>
</tr>
</table>
<input type="Submit"> <input type="Reset">
</form>
      </body>
</html>

No comments:

Post a Comment