How would you wrap text around a table with XHTML? with CSS?
In XHTML you use the tag align=left or align=right, then you close the table and type the text. To wrap text around a table using CSS add float:right or float:left to the tables style rule.