1 <html xmlns="http://www.w3.org/1999/xhtml">
3 <title>CSS Tables: Empty Tables</title>
4 <style type="text/css">
5 table { display: table; height: 5em; width: 5em; background: green; }
9 <p>There should be a green block under this paragraph.</p>
10 <table xmlns="http://www.example.org/"/>