-
Book Overview & Buying
-
Table Of Contents
Web Developer's Reference Guide
By :
Tables are used to clearly display the contents in an organized form so that data is easily accessible and readable.
|
# |
Category |
Item |
ItemID |
|---|---|---|---|
|
1 |
Apparel |
Blue Shirt |
|
|
2 |
Apparel |
White Coat |
|
|
3 |
Accessories |
Leather Belt |
|
In the preceding table, is the basic version of a Bootstrap table with light padding and horizontal dividers only. The syntax is as follows:
<table class="table"> ... </table>
The structure of striped rows is the same as that of the basic table, its style is similar to the strips of zebra crossing, that is, lighter and darker alternative rows:
<table class="table table-striped"> ... </table>
This class converts a table into equal divisions with visible boundaries. Each division contains a single value:
<table class="table table-bordered"> ... </table>
This class adds the feature that highlights the row on which the mouse hovers:
<table class...
Change the font size
Change margin width
Change background colour