3 There should be two
100x100 green squares below. They should be vertically stacked.
5 <div style=
"position:absolute;left:10px;top:40px;height:100px;background-color:green">
6 <div style=
"min-width:100px"></div>
9 <div style=
"position:absolute;left:10px;top:150px;height:100px;background-color:green">
10 <div style=
"width:300px; max-width:100px"></div>