| BACK |
Kid's Guide
1 - Tags
2 - Page Sections
3 - Format/Nesting
4 - Head Tags
5 - Body tags
6 - Text Decoration
part 1 - fonts
part 2 - style
part 3 - size
part 4 - blockquote and preformatted
7 - Lists
8 - Colour
9 - Source
10 - Images
11 - Links/Anchor Tag
12 - Special Charaters
13 - Tables
14 - Frames
|
Style = <b></b> <i></i> <sub></sub> <sup></sup>
Bold
To make words appear in bold, surround the text in <b></b> tags.
<b>This text is bold.</b> This text is bold.
Italic
To make words appear slanted to the right, surround the text in <i></i> tags.
<i>This text is in Italics.</i> This text is in Italics.
Subscript
To make words appear half height and 50% below the line, surround the text in <sub></sub> tags.
<sub>This text is in subscript.</sub> This text is in subscript.
Superscript
To make words appear half height and 50% above the line, surround the text in <sup></sup> tags.
<sub>This text is in superscript.</sup> This text is in superscript.
NESTING Style Tags:
You can nest the style tags, being very careful to have the complete set inside the top set.
| correct |
|
incorrect |
| <b><i>Bold Italic text</i> Plain bold<sub> Bold Subscript</sub></b> |
|
<b><i>Bold Italic text, <sub>Subscript Bold Italic text,</i>Subscript Bold </b></sub> |
| Bold Italic text Plain bold Bold Subscript |
|
Bold Italic text, Subscript Bold Italic text,Subscript Bold |
The question is - How are you supposed to know what you are doing?
RULE 4: Keep It Simple!
|