Form Tag (<form> </form>)
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>Codershelpline</title>
</head>
<body>
<form name="form1" id="form2" method="post" action="#">
<!-- <form name="form1" id="form2" method="post" action="registration.html"> -->
<center>
<fieldset>
<table name="table1" id="table2">
<tr>
<td> ---code--- </td>
</tr>
<tr>
<td> ---code--- </td>
<td> ---code--- </td>
</tr>
<tr>
<td> ---code--- </td>
<td> ---code--- </td>
<td> ---code--- </td>
<td> ---code--- </td>
</tr>
</table>
</fieldset>
</center>
</form>
</body>
</html>
0 Comments