The following tags, despite being in HTML4 strict, are primarily presentational, and therefore style rules should be used instead. They are included merely for informational purposes, and to document a cleaner style based alternative for each.
| instead of | use this CSS |
|---|---|
| B | font-weight:bold |
| BR | display:block |
| BIG | font-size:larger |
| HR | border-bottom:2px inset gray |
| I | font-style:italic |
| SMALL | font-size:smaller |
| TT | font-family:monospace |