Difference between revisions for Playground / Table Markup Reference




← Previous edit
Next edit →

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