6 lines
193 B
HTML
6 lines
193 B
HTML
<!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>
|