4 <!-- specifying all heights in em units so that large font sizes
5 don't disrupt relationships; everything will scale together -->
6 <style type=
"text/css">
9 background-color: lightgreen
;
11 #inline-block1, #inline-block2
{
13 background-color: green
;
22 <div id=
"inline-block1"></div>
23 <div id=
"margin"></div>
24 <div id=
"inline-block2"></div>