Skip to content

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.

Notifications You must be signed in to change notification settings

HelenaLags/UserDataTable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

UserDataTable

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 “

” ONLY)

Create a

to represent the user data table container.

Inside the table container, create the header row using a

element. Add four cells within this row to represent the column headings: "User ID," "Name," "Email," and "Age." Use a separate
element for each column heading.

Below the header row, create three additional rows using

elements. Each row will represent a user in the table.

Within each row, create four cells using

elements. Populate the cells with user data for each column, such as user IDs, names, emails, and ages.

Apply the provided CSS styles in styles.css to create the table-like structure.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published