:
:

Basic HTML Editing Skills You Need To Know

Posted by: admin on 30 August 2008 - 743 views

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.

Posted in: Blogging Tips

Ultimate Blogging Theme


This entry was posted on Saturday, August 30th, 2008 at 4:18 pm and is filed under Blogging Tips. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

RSS feed | Trackback URI

5 Comments »

Comment by Clarissa
2008-10-29 05:58:46

Keep up the good work.

 
Comment by Matt Helphrey
2008-12-16 06:44:09

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.

 
Comment by Arun | BE Folks
2009-01-17 08:41:04

its simple but neat and useful!!

Arun | BE Folks’s last blog post..Review of First Grand New Year Contest Winner-topen

 
Comment by invest money Subscribed to comments via email
2009-02-14 08:46:56

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

 
Comment by Craig
2009-09-06 13:00:06

Great gentle introduction for new comers to HTML. Well structured and informative

 
Name (required)
E-mail (required - never shown publicly)
URI
Subscribe to comments via email
Your Comment (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.

Trackback Responses To This Post