Created a User Data Table using only div elements. By leveraging the power of divs, we designed and structured the table to efficiently display user information.
Coding Exercise:
User Data Table
Instructions: (NOTE: USING “
Create a
Inside the table container, create the header row using a
Below the header row, create three additional rows using
Within each row, create four cells using
Apply the provided CSS styles in styles.css to create the table-like structure.