block-in-inline-remove-002-ref.xht (350B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> 2 <title>CSS Test Reference</title> 3 <style type="text/css"> 4 body > span { border: 3px solid blue } 5 </style> 6 </head> 7 <body> 8 <span> 9 One 10 Two 11 </span> 12 13 14 </body></html>