diff --git a/docs/index.html b/docs/index.html index be40404c1..ce2a96c22 100644 --- a/docs/index.html +++ b/docs/index.html @@ -456,7 +456,6 @@

Tables are great—for a lot of things. Great tables, however, need a bit of markup love to be useful, scalable, and readable (at the code level). Here are a few tips to help.

Always wrap your column headers in a <thead> such that hierarchy is <thead> > <tr> > <th>.

Similar to the column headers, all your table’s body content should be wrapped in a <tbody> so your hierarchy is <tbody> > <tr> > <td>.

-

Example: Default table styles