Table
table
Head | Head | Head |
---|---|---|
Cell | Cell | Cell |
Cell | Cell | Cell |
<table class="table"> </table>
vertical table
Head | Head | Head |
---|---|---|
Head | Cell | Cell |
Head | Cell | Cell |
<table class="vertical table"> </table>
bordered table
Head | Head | Head |
---|---|---|
Cell | Cell | Cell |
Cell | Cell | Cell |
<table class="bordered table"> </table>
bordered vertical table
Head | Head | Head |
---|---|---|
Head | Cell | Cell |
Head | Cell | Cell |
Head | Cell | Cell |
<table class="bordered vertical table"> </table>