How to create form in html code

How to create form in html code

<!Doctype html>
<html>
<head>
<title> Form normal </title>
</head>
<body>
<table border="1"
<caption>  create accounnt </caption>
<tr>
<th>First Name </th> <th< input type="text" size="20"</th></tr>
<tr>
<th> Second Name /th> <th< input type="text" size="20"</th></tr>
<tr>
<th> Last Name < /th> <th< input type="text" size="20"</th></tr>
<tr>
<th> Date of Birth/th> <th< input type="text" size="20"</th></tr>
<tr>
<th> Address /th> <th< input type="text" size="20"</th></tr>

</table>
</body>
</html> Form normal create accounnt

Comments

Popular posts from this blog

css animation easy code