mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
17 lines
193 B
HTML
17 lines
193 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<style>
|
||
|
table {
|
||
|
border: .1mm solid black;
|
||
|
border-collapse: collapse;
|
||
|
}
|
||
|
</style>
|
||
|
<body>
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td>border: .1mm, collapsed</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|