mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
25 lines
378 B
HTML
25 lines
378 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<head>
|
|
<style>
|
|
table table
|
|
{ border-collapse: collapse; border-style: solid; border-width: 10px;
|
|
border-color: green }
|
|
</style>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<table><tr>
|
|
<td>
|
|
<table>
|
|
<tr><td></td></tr>
|
|
</table>
|
|
<table>
|
|
<tr><td></td></tr>
|
|
</table>
|
|
</td>
|
|
</tr></table>
|
|
</body>
|
|
</html>
|