STRIPED TABLE: ==============
=============================== table td{ color : red; } ========================= =================================================================== Responsive Table: ================= .table{ max-width : 1000px; } .table-container{ overflow : auto; } Responsive Table

Responsive Table

S.no. Name of the student Roll of the student Percentage of Student
1. Ramesh 10 77%
2. Rakesh 11 67%
3. Ram 12 87%
4. Akash 13 79%
colspan: ======= attribute in which we can use to extend the data of one column into multiple columns. Syntax: colspan = "number"; rowspan: ======== attribute in which we can use to extend the data of row into multiple rows. Syntax: rowspan = "number"