Simple HTML to Jazz up Your Posts
If you post online, you’re bound to come across situations where knowing just a wee bit of HTML would help you get noticed. While most blogs have full text editors, other sites don’t. These include the resource box for article directories and social sites like Ning that host multiple bloggers in a group.
HTML is a very simple and intuitive language. To make use of it, you simple surround the text you want to highlight in some way with simple tags. For instance, to make a word appear in bold, you would use the tag. Here’s an example.
This <b>word</b> is bold.
It would appear like this: This word is bold.
The tag <b> tells a browser that the text following it will be in bold. All of the text that follows will be in bold until the tag </b> tells the browser to stop creating the effect. So, you can have a string of words in bold, like this:
<b>All of these words are bold.</b>
Which would appear: All of these words are bold.
For more easy HTML tags to use on your posts and pages, read the article Jazz Up Your Site with Simple HTML on Just the FAQs.
Like this post? Share it on Twitter and Facebook by clicking the button below.

