InterviewSolution
| 1. |
Explain Bootstrap 4 Tables? |
|
Answer» Use bootstrap 4 to create beautiful tables. Bootstrap 4 versions have 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... Use bootstrap 4 to create beautiful tables. Bootstrap 4 versions have 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... |
|