Question #5



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

With XHTML you would use the align:"left" or "right" tag. With CSS you would use float:"right" or "left" tag.