<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
  <title>CSS Test Reference</title>
  <link rel="match" href="reference/block-in-inline-remove-006-ref.htm">
  <style type="text/css">
   body > span { border: 3px solid blue }
   #one { border-right: none; }
   #four { border-left: none; }
  </style>
 </head>
 <body>
   <span id="one">
     One
   </span>
   <div>Two</div>
   <div>Three</div>
   <span id="four">
     Four
   </span>
 

</body></html>