Bold and Italic
These two tags are used to emphasize sections of text. Each one of these tags has a starting and ending point. Bold: <strong>Text goes here</strong> Italic: <em>Text goes here</em> |
| HTML Code | Browser Display |
|
<strong>1882</strong>
- Founded
as Findlay College by the<br> |
1882
- Founded as Findlay College by the |
| You may compound these tags (put one tag inside another). |
| HTML Code | Browser Display |
| <strong><em>University of Findlay</em></strong> |
University of Findlay |
If you compound tags make sure one tag completely encloses the other. You don't want HTML that looks like this:
|
| Jump To Top | Tables |
|