This is a p tag with a class="right"
This is a p tag with a class="bold"
This is a p tag with a class="right bold"
| User ID | Name | Section |
|---|---|---|
| klein | Jill Klein | 001 |
| alberto | Alberto Espinosa | 002 |
| glee | Gwanhoo Lee | 003 |
In the original HTML file you downloaded I had a table,
but unfortunately this type of section styling does not work
within tables. Notice how the color is applied to this text
but not the table.
| User ID | Name | Section |
|---|---|---|
| klein alberto glee |
Jill Klein Alberto Espinosa Gwanhoo Lee |
001 002 003 |