Difference between revisions for Playground / Table Markup Reference




← Previous edit
Next edit →

Merge of Version1 & Version2
22
23 #|
24 !|{width: 80%}|!
25 ?|Table Elements Table Elements |?
26 *| HTML Elements | Delimiter | Notes |*
27 || ##<table>## | ##""!|""## | Optional, only useful for adding attributes. **Must** be first in table markup if used. Should be on a line by itself. ||
28 || ##<caption>## | ##""?|""## | ||
31 || ##<thead>## | ##""[|""## | ||
32 || ##<tfoot>## | ##""]|""## | ||
33 || ##<tbody>## | ##""|#|""## | ||
34 || ##<tr>## | none | Will be opened##""||""## | Must be set for each row of table cells. ||
35 || ##<th>## | ##""^|""## | ||
36 || ##<td>## | ##""|""## | ||
37 |#
47 || ##class## | ##c## ||
48 || ##style## | ##s## ||
49 *|(x=2) i18n |*
50 || ##xml:lang## | ##l## ||
51 || ##dir## | ##d## ||
52 *|(x=2) Table cells |*
53 || ##colspan## | ##x## ||
55 || ##scope## | ##o## ||
56 || ##headers## | ##h## ||
57 || ##abbr## | ##a## ||
58 *|(x=2) Other Table elements |*
59 || ##span## | ##p## ||
60 |#