1
<!DOCTYPE html>
2
<title>Character Set Example</title>
3
<style>
4
    td:last-child { font-size: 3em; }
5
    th { text-align: left; font-weight: normal; }
6
</style>
7
<table> 
8
    <tr>
9
        <th>HTML5 Named Entity:
10
        <td>&bull; 
11
</table>