Source code

Revision control

Copy as Markdown

Other Tools

<head>
<title>Non-Conforming HTML table (Cell 5 overlaps cell 2)</title>
</head>
<body>
<table>
<tr><td>1</td><td rowspan="2">2</td><td>3</td><td>4</td></tr>
<tr><td colspan="2">5</td></tr>
</table>
</body>
</html>