Source code

Revision control

Copy as Markdown

Other Tools

<!doctype HTML>
<title>CSS Reference</title>
<style>
table {
border-collapse: collapse;
}
td {
border: 1px solid red;
}
</style>
<table>
<tr>
<td id=target rowspan="2">
Needs border
</td>
</tr>
<tr>
<td>
</td>
</tr>
</table>