mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
51 lines
1.1 KiB
HTML
51 lines
1.1 KiB
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>965</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<table style="border: thin solid red">
|
||
|
<tr>
|
||
|
<td style="border: thin solid green">one</td>
|
||
|
<td style="border: thin solid red">two</td>
|
||
|
<td style="border: thin solid blue">three</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td style="border: thin solid green">four</td>
|
||
|
<td style="border: thin solid yellow">five</td>
|
||
|
<td style="border: thin solid orange">six</td></tr>
|
||
|
</table>
|
||
|
|
||
|
<br>
|
||
|
|
||
|
<table border=2 style="border: thin solid red">
|
||
|
<tr>
|
||
|
<td style="border: thin solid green">one</td>
|
||
|
<td style="border: thin solid red">two</td>
|
||
|
<td style="border: thin solid blue">three</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td style="border: thin solid green">four</td>
|
||
|
<td style="border: thin solid yellow">five</td>
|
||
|
<td style="border: thin solid orange">six</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<br>
|
||
|
|
||
|
should be 2px solid red around table
|
||
|
<table style="border: 2px solid red" border=2>
|
||
|
<tr><td>One</td><td>Two</td></tr>
|
||
|
</table>
|
||
|
|
||
|
<br>
|
||
|
|
||
|
should be medium solid red around table
|
||
|
<table style="border:solid red" border=2>
|
||
|
<tr><td>One</td><td>Two</td></tr>
|
||
|
</table>
|
||
|
</body></html>
|
||
|
|
||
|
</body>
|
||
|
</html>
|