blob: 4299f31893b625d642092e994c1464d1c83911c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!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>
|