<html>
<head>
<h1> Company Registration Form</h1>
</head>
<body>
<form>
<table>
<tr>
<td>
Email Address:
</td>
<td>
<input type=”mail” placeholder=”Email” name=””>
</td>
</tr>
<tr>
<td>
Password:
</td>
<td>
<input type=”Password” placeholder=”Password” name=””>
</td>
</tr>
</table>
</form>
</body>
</html>
0 Comments: