diff --git a/docs/quick_reference.html b/docs/quick_reference.html index deb234c..35cd313 100644 --- a/docs/quick_reference.html +++ b/docs/quick_reference.html @@ -689,7 +689,18 @@
<table>
element is the table's root element<caption>
(optional) serves as the table's title and must be the first element inside the table<thead>
serves as the table's header row, populated with <th>
<tfoot>
(optional) serves as the table's footer and must be immediately after <thead>
<tbody>
is the table's body, populated with <td>
elementsdata-label
for each <td>
element corresponding to the column's header to properly display table on mobile devices.horizontal
class to make a <table>
horizontal<tfoot>
element.striped
class to make a <table>
striped.preset
class to make a <table>
to create matrices or otherwise preset tables.striped
, .preset
and .horizontal
, respecting the rules of the combined structures