Introduction
In this lab, you will learn the fundamental CSS properties used to style HTML tables. By default, HTML tables are plain and can be difficult to read. With CSS, you can transform a basic table into a well-structured, visually appealing, and easy-to-understand data presentation.
We will start with a basic HTML table and progressively apply styles to it. You will learn how to manage borders, add spacing, style the header, and align text within the cells.
The necessary index.html file has already been created for you. Your task will be to write CSS code in the styles.css file to style the table. You can preview your changes in real-time in the "Web 8080" tab of your workspace.







