Blockquote
<blockquote style="background-color: #FDF996; font-style: italic;">
This is an example of a blockquote, using custom CSS.
</blockquote>
Address
<address style="font-family: sans-serif;">
Office of the Registrar
225 Schmitz Hall
Campus Box 355850
Seattle, WA 98195-5850
</address>
Table
<table style="border: 1px solid #000;">
<tbody>
<tr>
<th>Header Row, Col 1</th>
<th>Header Row, Col 2</th>
</tr>
<tr>
<td>Table Row 1, Col 1</td>
<td>Table Row 1, Col 2</td>
</tr>
<tr>
<td>Table Row 2, Col 1</td>
<td>Table Row 2, Col 2</td>
</tr>
</tbody>
</table>