How would you wrap text around a table with XHTML? with CSS?
To wrap text around a table with XHTML you would have to align="left" or align="right" in the table tag. To do so with CSS, you would have to add float: right or float: left to the table's style rule.