1 <html xmlns="http://www.w3.org/1999/xhtml">
3 <title>CSS table model: initial table spacing</title>
4 <style type="text/css">
5 float { float: left; background: red; }
6 table { display: table; }
7 row { display: table-row; }
8 cell { display: table-cell; background: green; color: white; text-align: center; }
12 <float xmlns="http://www.example.org/">