caption-side-applies-to-008-ref.html (307B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Reference</title> 4 <style> 5 .box { 6 background: blue; 7 height: 1in; 8 width: 2in; 9 } 10 </style> 11 <body> 12 <p>Test passes if the "Filler Text" below is above the box.</p> 13 <div>Filler Text</div> 14 <div class="box"></div> 15 </body>