Tables

Tables help logically organise content in columns and rows to make it easier to scan, understand or compare data or information.

- +
- +

Default table

- + @@ -123,14 +123,14 @@

Default table

Table caption
- +

HTML

<!--
 Row header:  <th class="scope="row">
 Column header:  <th class="scope="col">
 -->
 
-<table class="table"> 
+<table class="table">
   <caption>Table caption</caption>
   <thead>
     <tr>
@@ -164,9 +164,9 @@ 

Default table

</tr> </tbody> </table>
- +

Please refer to Bootstrap's table component for additional implementation advice.

- +