This is text I can see.
Using simple tags, no special options, generates a small table 1 header row, 4 data rows, 2 columns each
| Class Year | Count | 
|---|---|
| 2012 | 8 | 
| 2013 | 4 | 
| 2014 | 0 | 
| 2015 | 0 | 
The header, footer, and body:
| Class Year | Count | 
|---|---|
| Total | 12 | 
| 2012 | 8 | 
| 2013 | 4 | 
| 2014 | 0 | 
| 2015 | 0 | 
A border of width 1
| Class Year | Count | 
|---|---|
| Total | 12 | 
| 2012 | 8 | 
| 2013 | 4 | 
| 2014 | 0 | 
| 2015 | 0 | 
A border of width 25
| Class Year | Count | 
|---|---|
| Total | 12 | 
| 2012 | 8 | 
| 2013 | 4 | 
| 2014 | 0 | 
| 2015 | 0 | 
A border of width 1 and a fixed table width of 300 pixels.
| Class Year | Count | 
|---|---|
| Total | 12 | 
| 2012 | 8 | 
| 2013 | 4 | 
| 2014 | 0 | 
| 2015 | 0 | 
Now a border width of 75% of the browser window's width
| Class Year | Count | 
|---|---|
| Total | 12 | 
| 2012 | 8 | 
| 2013 | 4 | 
| 2014 | 0 | 
| 2015 | 0 | 
A 50% width table with some alignment specified
| Class Year | Count | 
|---|---|
| Total | 12 | 
| 2012 | 8 | 
| 2013 | 4 | 
| 2014 | 0 | 
| 2015 | 0 | 
An example with veritcal alignment
| Hat Status | Count | 
|---|---|
| Wearing a hat or bald | 2 | 
| No hat | 10 |