scrimba
Frontend Career Path
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Introduction: HTML Challenge - Nested Lists
AboutCommentsNotes
Introduction: HTML Challenge - Nested Lists
Expand for more info
challenge.md
run
preview
console
**Challenge**:
Your main goal is to set up a 'nested list' as seen in the preview image. Your solution should follow the structure of the image exactly.

**Hints:**
- Use the ul, ol, and li tags
- Remember that ANYTHING can go inside a list item!

**Topics Covered:**
- HTML Lists
Console
/index.html
-1:06