How to add a Bootstrap table without stripe or borders with HTML?

Spread the love

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.

Leave a Reply

Your email address will not be published. Required fields are marked *