Wikipedia:Manual of Style/Accessibility/Data tables tutorial: Difference between revisions
Content deleted Content added
Jroberson108 (talk | contribs) →Layout of table headers: Finish example code and add output. |
Jroberson108 (talk | contribs) →Layout of table headers: Fix example. |
||
Line 65:
{| class="wikitable plainrowheaders"
|-
! scope="
! scope="col | column header 2
|-
! scope="row" style="font-size: larger;" | row header
| data
|}
Line 76 ⟶ 78:
{| class="wikitable plainrowheaders"
|-
! scope="
! scope="col | column header 2
|-
! scope="row" style="font-size: larger;" | row header
| data
|}
|