User:Gekacheka:scratch: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<css>table.trial { border: 1px solid red; }</css> | |||
table.trial { border: 1px solid red; } | |||
</css | |||
<table class="trial"> | <table class="trial"> | ||
<tr> | |||
<th/> | <th/> | ||
<th>Col1</th> | <th>Col1</th> | ||
<th>Col2</th> | <th>Col2</th> | ||
</tr> | |||
<tr> | |||
<th>Row1</th> | <th>Row1</th> | ||
<td>Data 1 | <td>Data 1.1</td> | ||
<td>Data 1 | <td>Data 1.2</td> | ||
</tr> | |||
</table> | </table> | ||
Revision as of 18:23, 5 November 2006
<css>table.trial { border: 1px solid red; }</css>
| Col1 | Col2 | |
|---|---|---|
| Row1 | Data 1.1 | Data 1.2 |
- item 1
- long item 2 that goes on several lines