Section 1 - Introduction
Section 2 - Basics
Your first page
Formatting
Text tricks
Bold
Italics
Pre-formatted text
Centering
Underline
Cut that out
Ups and downs
Typewritten font
Big and small
You try it
Pictures
Links
Backgrounds
Section 3 - Next Level
Section 4 - Advanced
Section 5 - Publishing
Section 6 - Extras
Appendices
|
Bold TAGS USED: <b> </b> Making your text bold is easy and fun. The tags are simple.
Code |
---|
Use the bold tag when you want to draw <b>attention</b> to a word, topic or title.
|
|
What you see |
Use the bold tag when you want to draw attention to a word, topic or title.
|
|
Make sure you use the </b> tag or the rest of your document will be bold. And that's just annoying.
Another way to make a word or phrase bold is this tag:
-
<strong> </strong>
When you make words strong, you emphasize that they're loud, important or emphasized. They look identical, but computers for the blind will actually emphasize words written with the <strong> tag and it won't with the <b> tag.
|