Div vs Container

As far as I can tell, a Container and a Div are identical.

  1. Are they?
  2. Why have both?

Thanks!

2 Likes

Hey @mneary,
they are using the same element, it’s just the default configuration which is different (div are 100% width by default).

3 Likes

Got it, thanks!

This seems to be incorrect or has changed. A container is 100% width and 940px max-width by default:

image

A div has no sizing properties.