Write an HTML code to display the following web page.
Attachments:
![](https://hi-static.z-dn.net/files/d99/2ec9033c7d9bd99add827e278b14d67d.png)
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