|
Step :
1
|
|
How to Make a URL/Website Address "Linkable":
* a href="http://www.Your-Company-Name.com/">
http://www.Your-Company-Name.com
will make "http://www.Your-Company-Name.com"
a clickable link.
* Just substitute your website address into the
above code and now you know how to "link" up
a website address.
|
|
|
Step :
2
|
|
How to Create an Anchor Text Link:
* a href="http://www.Your-Company-Name.com">
Your Website Address will make
"Your Website Address" a clickable link.
* 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.
|
|
|
Step :
3
|
|
How to Make Something Bold:
* This code b>Make my words bold
will make the words between the
code "bold".
How to Make Something Italic:
* This code i>Make my words italic
will make the words between the
code "italic".
|
|
|
Step :
4
|
|
How to Make Something Underlined:
* This code u>Make my words underlined
will make the words between the
code "underlined".
|
|
|
Step :
5
|
|
How to Make a Bullet Point List:
* This code:
ul>
li>First bullet
li>Second bullet
li>Third bullet
/ul>
will create a list with round bullets
|
|
|
Step :
6
|
|
How to Make a Numbered List:
* This code:
ol>
li>First point
li>Second point
li>Third point
/ol>
will create a list with descending numbers for
each point
|
|