Wikipedia:Manual of Style/Accessibility/Data tables tutorial: Difference between revisions
Content deleted Content added
Jroberson108 (talk | contribs) →Overview of basics: Remove "..." from markup so not confused with code. Tags: Mobile edit Mobile web edit Advanced mobile edit |
Jroberson108 (talk | contribs) →Layout of table headers: Fix typo. Simplify table. Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
Line 50:
=== Layout of table headers ===
As can be seen in the example above, row headers are formatted by default as bold,
To use <code>plainrowheaders</code>, place it (like <code>wikitable</code>) in the <code>class=</code> attribute at the beginning of the table. The example below shows custom row header style using a larger font instead of boldfacing:
<pre>
{| class="wikitable plainrowheaders"
! scope="row" style="font-size: larger;" |
</pre>
|