Emphasizing Your Text
Now let's emphasize that unordered list using logical styles:
- Paper
This demonstrates the <em> code.
- Rock
This demonstrates the <strong> code.
- Scissors
This demonstrates the <cite> code.
Now we'll emphasize the ordered list with physical styles, first
using the <B> code, then the <I> code:
- Beats Rock, Loses to Scissors
- Beats Scissors, Loses to Paper
- Beats Paper, Loses to Rock
Finally, what does that glossary look like in monospaced typewriter
font:
- Paper
- Beats Rock, but loses to Scissors
- Rock
- Beats Scissors, but loses to Paper
- Scissors
- Beats Paper, but loses to Rock