hey guyzz posting a new program of making a form in html..
<html>
<head>
<title>text box</title>
<body background="any photos extension can be choosen here like .jpg,.php.png.gifetc."height="500" width="2000"align="center">
<center>
<form>
<table>
<table border="2">
<tr>
<th colspan="2">registration</th>
</tr>
<tr>
<td>First name</td>
<td><input type="text"name=First_name"/>
</tr>
<tr>`
<td>Last name</td>
<td><input type="text" name=Last_name"/>
</tr>
<tr>
<td>Address</td>
<td><input type="text"name=Address"/>
</tr>
<tr>
<td>city</td>
<td><input type="text"name=city"/>
</tr>
<tr>
<td>Pin code</td>
<td><input type="text" name=Pin code"/>
</tr>
<tr>
<td>Mobile no.</td>
<td><input type="text"name=Mobile no."/>
</tr>
</table>
</center>
</form>
</body>
</head>
</html>
<html>
<head>
<title>text box</title>
<body background="any photos extension can be choosen here like .jpg,.php.png.gifetc."height="500" width="2000"align="center">
<center>
<form>
<table>
<table border="2">
<tr>
<th colspan="2">registration</th>
</tr>
<tr>
<td>First name</td>
<td><input type="text"name=First_name"/>
</tr>
<tr>`
<td>Last name</td>
<td><input type="text" name=Last_name"/>
</tr>
<tr>
<td>Address</td>
<td><input type="text"name=Address"/>
</tr>
<tr>
<td>city</td>
<td><input type="text"name=city"/>
</tr>
<tr>
<td>Pin code</td>
<td><input type="text" name=Pin code"/>
</tr>
<tr>
<td>Mobile no.</td>
<td><input type="text"name=Mobile no."/>
</tr>
</table>
</center>
</form>
</body>
</head>
</html>
No comments:
Post a Comment