Sometimes, we want to add a Bootstrap table without stripe or borders with HTML.
In this article, we’ll look at how to add a Bootstrap table without stripe or borders with HTML.
How to add a Bootstrap table without stripe or borders with HTML?
To add a Bootstrap table without stripe or borders with HTML, we add the borderless
class.
For instance, we write
<table class="table borderless">
...
</table>
to make the cells borderless with the borderless
class in the table.
Conclusion
To add a Bootstrap table without stripe or borders with HTML, we add the borderless
class.