Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Displaying list #5

Closed
4 tasks
denrique-alvarez opened this issue Feb 19, 2022 · 0 comments
Closed
4 tasks

Displaying list #5

denrique-alvarez opened this issue Feb 19, 2022 · 0 comments
Projects

Comments

@denrique-alvarez
Copy link
Collaborator

1- HTML:

  • Use ul to contain all items.
  • Assign an ID accordingly.
  • Use li to display each item into the list.

2- CSS:

  • Use border to create a box that will contain all items and apply it to the ul element.

3- JS: Components

4- JS: Logic

5- JS: Handlers

@denrique-alvarez denrique-alvarez added this to To do in Word list Feb 19, 2022
@denrique-alvarez denrique-alvarez moved this from To do to Done in Word list Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant