HTML basics - Part 1
B, I, TT
| Home |
HTML basics - Part 1 - Agenda |
Next |
Basic tags
Forced Style tags: force a certain style within a document.
B - Bold
| Appearance: |
<B>.....</B> |
| Attributes: |
NONE |
Provides for Bold Text
I - Italics
| Appearance: |
<I>.....</I> |
| Attributes: |
NONE |
Provides for Italic Text
TT - Teletype font
| Appearance: |
<TT>.....</TT> |
| Attributes: |
NONE |
Provides for Monospaced Text
| Home |
HTML basics - Part 1 - Agenda |
Next |
T07D025