Question 5

How would you wrap text around a table with XHTML? with CSS?

For XHTML - align="left"(or right) in the table tag to have the text wrap to the left or right
For CSS - float:right/left on the table rule.