Debt Consolidation - Submit articles - Name tag - Deaf Topics - Debt Consolidation

PDA

View Full Version : Is this the proper HTML code for an anchor to link an article back to my site.


johnmindrup
Jun 26th 2008, 9:23 am
Is this the proper HTML code for an anchor to link an article back to my site.

<a href="www.howtocrete.com"></a> that will be placed inside the authors box
if not please let me know the proper HTML code for an anchor text that will link an article back to my site.
Thanks,

MakeThatDollar
Jun 26th 2008, 9:24 am
You would need to put in the anchor text in the middle, so it's like the following:

<a href="www.howtocrete.com">ANCHOR TEXT GOES HERE</a>

mikelaw
Jun 26th 2008, 9:24 am
The code is valid but you need to place link text too:

<a href="www.howtocrete.com">How to Crete</a>

Paul Teitelman
Jun 26th 2008, 11:08 am
yeah you guys also failed to mentioned that you need HTTP there!

<a href="http://www.whateversiteyouwant.com">anchor text here</a>

MakeThatDollar
Jun 26th 2008, 11:12 am
Oops, I didn't notice that, lol. Thanks for following up Paul.

zexy
Jun 26th 2008, 11:14 am
Here are a bunch of useful sites for you:

http://www.w3schools.com/html/html_primary.asp
http://www.htmlcodetutorial.com/

;)

Paul Teitelman
Jun 26th 2008, 11:18 am
Oops, I didn't notice that, lol. Thanks for following up Paul.

yeah it was such a basic question I almost didn't even see what he was asking for until i took a second look.. take care bud

loopline
Jun 26th 2008, 11:54 am
additionally it would be beneficial to put the title tag in if it is allowed:

<a href="http://www.whateversiteyouwant.com" title="anchor text here too">anchor text here</a>

MAtt

ARNOLDSCHWARTZ
Jun 26th 2008, 4:19 pm
You would need to put in the anchor text in the middle, so it's like the following:

<a href="www.howtocrete.com">ANCHOR TEXT GOES HERE</a>

That basically explains it

Dannyboyonline
Jun 26th 2008, 5:37 pm
This is the correct tag

<a href="http://www.whateversiteyouwant.com">anchor text here</a>

There are various other ways to improve the <A> tag, so I guess you should take a look at some online HTML tutorials.

poshswinger
Jun 26th 2008, 6:45 pm
Putting a title tag helps provide a short description of the linking site and is desirable.