Basic Table
Name | Age | Location |
---|---|---|
John Doe | 30 | New York |
Jane Smith | 25 | Los Angeles |
Michael Johnson | 35 | Chicago |
Emily Davis | 28 | Miami |
<table class="table">...</table>
Bordered Table
Product | Price | Quantity |
---|---|---|
Laptop | $999 | 5 |
Smartphone | $699 | 10 |
<table class="table table-bordered">...</table>