Write an HTML code to display the following web page.
Attachments:
Answers
Answered by
3
<html>
<head>
<title>
HTML FORM
</title>
</head>
<body>
<table>
<tr>
<td>
Name:
</td>
<td>
<input type="text" name="">
</td>
</tr>
similarily it will be for all...
</table>
</body>
</html>
Similar questions