Quantcast
Channel: Internet Explorer Web Development forum
Viewing all articles
Browse latest Browse all 3527

Issue with form in table cell

$
0
0

The following code does not have the expected output results.

Any Internet search has revealed no fix or workaround for this issue.

Please analyse and reply.

Thank you.

<!DOCTYPE html>
<html>
<head>
</head>
<body>

<form>

<table border="1">
<tr><td>test 1.1</td>
<td>test 1.2</td>
</tr>

<tr><td>test 2.1</td>
<td>test 2.2</td>
</tr>

<tr><td><form>test</form></td>
<td>test 3.2</td>
</tr>
</table>

</form>
</body>
</html>


Viewing all articles
Browse latest Browse all 3527

Trending Articles