Files

13 lines
604 B
Markdown
Raw Normal View History

2018-10-12 15:37:13 -04:00
---
title: Nest Many Elements within a Single div Element
---
# Nest Many Elements within a Single div Element
2018-10-12 15:37:13 -04:00
---
## Problem Explanation
2018-10-12 15:37:13 -04:00
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!