How do I make the table header fixed so only the table body scrolls?
* {
padding: 0px;
margin: 0px;
}
body {
padding: 0px;
margin: 0px;
}
.responsive {
max-width: 100%;
height: auto;
}
/* Other CSS code here */
/* Include necessary external scripts and stylesheets */
/* Include your HTML content here */