11 lines
		
	
	
		
			578 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			578 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
|   | --- | ||
|  | 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! |