Saturday, September 23, 2006

HTML Beginner Basics...

Make your text stand out using HTML!

I have a friend who recently started blogging and she asked me how to make her words bold. Here are a couple of quick HTML text formatting basics:

Bold text...
Example: <b>my bold text</b>
Preview: my bold text

Italics...
Example: <i>my italicized text</i>
Preview: my italicized text

Bold and Italicized
Example: <i><b>my bold, italicized text</i></b>
Preview: my bold, italicized text

No comments: