Here are some HTML tips to get the results you are looking for:
How to Make a URL/Website Address “Linkable”:
<a href=”http://www.YourCompanyName.com/”> http://www.YourCompanyName.com</a>
will make “http://www.YourCompanyName.com” a clickable link.
For Example, http://www.PeiProfit.com/
Just substitute your website address into the above code and now you know how to “link” up a website address.
How to Create an Anchor Text Link:
<a href=”http://www.YourCompanyName.com”> Your Company Name</a> will make Your Company Name” a clickable link.
For Example, Pei’s Plugin Profit Site
You will notice that the two links above point to the same address but appears different. Try clicking on them if you are unsure.
Tips: Use anchor text links sparingly when submitting an article. Many Ezine publishers have anchor text link limitations. At EzineArticles.com, you are only allowed one URL in an article to any one site. Duplicate URLs in an article body could lead to your article being rejected.
How to Make Something Bold:
This code <b>Make my words bold</b> will make the words between the <b></b> code “bold”.
How to Make Something Italic:
This code <i>Make my words italic</i> will make the words between the <i></i> code “italic”.
How to Make Something Underlined:
This code <u>Make my words underlined</u> will make the words between the <u></u> code “underlined”.
How to Make a Bullet Point List:
<ul>
<li>First bullet</li>
<li>Second bullet</li>
<li>Third bullet</li>
</ul>
How to Make a Numbered List:
<ol>
<li>First point</li>
<li>Second point</li>
<li>Third point</li>
</ol>
I hope this is of some help to people who really need some help in basic HTML editing. Just these few techniques can make your articles, blog or website look very different.
If you're new here, you really should subscribe to my blog's
Full RSS feed for FREE! You don't want to miss any good deals here! Thanks!





Keep up the good work.
Reply to this comment
This is important information to know. I think everyone will have to eventually know a bit of HTML at some point. Learn it and try some things yourself. You may be surprised out how easy some things can be, and how much money you can save.
Reply to this comment
its simple but neat and useful!!
Arun | BE Folks’s last blog post..Review of First Grand New Year Contest Winner-topen
Reply to this comment
Ben, what is the best way to write a code (like php code) in our post? How can we put box for the code in our post?
invest money’s last blog post..How to Make Your Car Save Gas
Reply to this comment
Great gentle introduction for new comers to HTML. Well structured and informative
Reply to this comment