<div><h2>h2 with top margin</h2></div> <div><h3>h3 with right margin</h3></div> <div><h4>h4 with bottom margin</h4></div> <div><h5>h5 with left margin</h5></div>
<div><h2>h2 uses 1em margin for all sides</h2></div> <div><h3>h3 has 1em margin for the top and bottom and 0 margin for the left and right side</h3></div> <div><h4>h4 has 1em margin for the top, 0 for the left and right side and 2em for the bottom</h4></div> <div><h5>h5 uses a different margin for each side going from top to right, bottom and left</h5></div>