![]() |
VOOZH | about |
Bootstrap 5 Table borders classes are used to set or unset the border of the table. With bootstrap 5 table borders are easy to customize with border or no border.
Syntax:
<table class="table *"> ... </table>
Here * can be table-bordered or table-borderless.
Example 1: In this example, we will create bordered table.
Output:
Example 2: In this example, we will use a borderless table.
Output:
Reference: https://getbootstrap.com/docs/5.0/content/tables/#table-borders