Wikipedia:Manual of Style/Accessibility/Data tables tutorial: Difference between revisions
Content deleted Content added
Steelpillow (talk | contribs) m →Nested data tables: subsets |
Steelpillow (talk | contribs) →Nested data tables: CSS approach |
||
Line 685:
|}
</pre>
CSS also has table layout entities available, and could be used to create the layout with correct normal flow. But it would be a nightmare to size and position each cell correctly in the page, especially across multiple user devices. Moreover it breaks the formal separation of HTML structure vs. CSS styling by using the styling language to render the correct structure onscreen. It is not recommended.
== Resources ==
|