This project displays a styled product table using only HTML and CSS.
- Clean and responsive layout
- Centered table with borders
- Dark-themed header and alternating row colors (optional)
- Uses basic HTML elements:
<table>,<tr>,<th>,<td> - CSS Flexbox used for centering
A table listing product information such as ID, name, and price.
| Id | Product Name | Product Price |
|---|---|---|
| 100 | Pen | 10 |
| 101 | Pencil | 5 |
| 102 | Paper | 2 |
| 103 | Marker | 20 |
| 104 | Crayon | 25 |
- HTML5
- CSS3
- Clone or download this repository.
- Open the
index.htmlfile in your browser. - Youβll see a clean, centered product table styled with CSS.
Sandeep N S
This project is licensed under the MIT License.