table-border-008-ref.html (623B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <style> 4 .fragment { 5 float: left; 6 width: 50px; 7 border: 10px solid; 8 background: pink; 9 } 10 </style> 11 <p>There should be a pink table box with a black border. The table box should be 12 split into three columns.</p> 13 <div class="fragment" style="height:40px; margin-left:100px; margin-top:50px; border-bottom:none;"></div> 14 <div class="fragment" style="height:100px; margin-left:30px; border-top:none; border-bottom:none;"></div> 15 <div class="fragment" style="height:40px; margin-left:30px; border-top:none;"></div>