Computer Science, asked by arhamjain9nov200737, 3 months ago

Write an HTML code to display the following web page.

Attachments:

Answers

Answered by ThePunisherHell
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