How to Make HTML Anchor Text Links
When you create your author’s resource box with various article directories, you will want to use anchor text links rather than exposed URLs to promote your site(s) whenever possible. You will also want to use anchor text links for targeted keywords when leaving comments on blogs and forums – and when linking within your own site.
Here is how to manually create anchor text links:
If you want you the link to open the same browser window:
<a href=”http://yourdomain.com”>Anchor Link Text Goes Here</a>
For example:
<a href=”http://webcopyresults.com”>Web Copy That Gets Results!</a>
Should look (and work) like this:
If you want the link to open in a new browser window:
<a href=”http://yourdomain.com” target=“_blank“>Anchor Link Text Goes Here</a>
For example:
<a href=”http://webcopyresults.com” target= “_blank”>Web Copy That Gets Results! </a>
Should look (and work) like this:






