Google News
logo
Bootstrap-4 - Interview Questions
Explain Bootstrap 4 Tables.
Use bootstrap 4 to create beautiful tables. Bootstrap 4 version has some new classes for inverting the table color and making the table responsive.

Table Dark : The .table-dark class adds a black background and white color fonts to the table
Table head : You can add a background color to the <thead> element by using either .thead-light or .thead-dark. 
etc,...
Advertisement