Wednesday, October 2, 2019

How to Create| Registration Form in HTML - Easy Step



<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>

Previous Post
Next Post

post written by:

0 Comments: