Hi, Exercise 5-2 itself makes sense, but just have a quick question about how the page is displayed.
On P122 of the book, it says that left is the default alignment for all elements.
Why then, in the exercise does the div appear centred, I would expect it to be 22em wide but aligned to the left.
I see that the margin-left and margin-right properties are set to auto, which on researching I found out means that the browser will set the left and right margin. But why does the browser choose to centre everything?
TIA - Chris