Source code

Revision control

Copy as Markdown

Other Tools

<head>
<title>Non-Conforming HTML table (no cell starts in 3rd column)</title>
</head>
<body>
<table>
<tr><td colspan='3'>1</td><td>2</td></tr>
<tr><td>3</td><td colspan='3'>4</td></tr>
</table>
</body>
</html>