зеркало из https://github.com/mozilla/pjs.git
36 строки
340 B
HTML
36 строки
340 B
HTML
<body>
|
|
|
|
<table border="3" BORDERCOLOR="#RRGGBB">
|
|
<caption>Testing BORDERCOLOR tag the border shood be blue.</caption>
|
|
|
|
<tr>
|
|
<td>mike</td>
|
|
|
|
<td>was</td>
|
|
|
|
<td>here</td>
|
|
|
|
<td>mike</td>
|
|
|
|
<td>was</td>
|
|
|
|
<td>here</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>mike</td>
|
|
|
|
<td>was</td>
|
|
|
|
<td>here</td>
|
|
|
|
<td>mike</td>
|
|
|
|
<td>was</td>
|
|
|
|
<td>here</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</body>
|