Linking is one of the basic concepts that some bloggers have trouble with. Here is a simple template for creating any text based link on your site. It is a simple task once you know you to do it.
Every link is based off of the 3 things:
- HTML Tags
- Destination URL Link
- Anchor Text
Creating Text Links
The standard code for a basic text link is as follows:
<a href="InsertURLLinkHere"/>AnchorTextHere</a>
*An example of the proper way to link above actually looks like this as the HTML Code:
<a href="http://bloggingvitals.blogspot.com/2010/12/anchor-text-and-proper-linking.html"/>Importance of Proper Anchor Text</a>
Make sure to properly link for text links as this will be an important tool when:
- Leaving Comments With Links On Other Sites
- Creating Internal Links
- Creating Affiliate Links To Products
- Linking To Your Own Site When Guest Posting
No comments:
Post a Comment