Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<body onload="document.getElementById('x').setAttribute('rowspan', '3');">
<table style="border-collapse: collapse;"><td colspan="3" id="x"></td></table>
</body>
</html>