Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML

Reza Sorasti
Reza Sorasti
491 Points

Wrapper?

In the course called How to Make a Website, the instructor puts the whole image gallery of the website and the footer into a Div element and give the Div element an ID of β€œWrapper”. What does he mean by Wrapper? What exactly is a Wrapper?

1 Answer

Hi Reza,

A wrapper is an element enclosing one or more other elements, much like a div.

See http://www.webteacher.ws/2005/02/01/494/

http://jackosborne.com/articles/html5-wrapper/