freeCodeCamp/guide/english/certifications/responsive-web-design/basic-html-and-html5/nest-many-elements-within-a.../index.md

11 lines
578 B
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
title: Nest Many Elements within a Single div Element
---
## Nest Many Elements within a Single div Element
Using a generic purpose tag as `div` to wrap multiple elements allows the developer to apply a common style to each of the wrapped element, to group elements with the same meaning, to create different layout 'pack' and so on.
About this challenge you have to group the lists already present in the code: you can use the opening div tag just before the paragraph used as header of the unordered list and put the closing tag right below the ordered one.
Good luck!