Tables

Have white space around your text, that makes it much easier to read. This can be done using <blockquote>, a table or Cascading Style Sheets. The last is the most elegant and powerful, but not supported consistently enough to be counted on everywhere.

 

Markup

<table border="0" width="75%">
<tr>
<td>
Have white space around your text, that makes it much easier to read. This can be done using &lt;blockquote&gt;, a table or Cascading Style Sheets. The last is the most elegant and powerful, but not supported consistently enough to be counted on everywhere. </td>
</tr>
</table>

Back