Use this tag instead of just [css] for questions about styling HTML
The css-tables tag should be used in preference over the css tag for questions about using CSS to present <table> or table-like content in HTML pages.
Typically, these activities involve:
- Styling HTML
<table>elements with CSS, and/or - Using the CSS
display: tableproperty declaration to define an element's layout to mimic that of an HTML<table>.
References
- W3.org Introduction to tables
- W3.org CSS table model.