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

Discussion in 'Link Development' started by johnmindrup, Jun 26, 2008.

  1. #1
    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,
     
    johnmindrup, Jun 26, 2008 IP
  2. MakeThatDollar

    MakeThatDollar Notable Member

    Messages:
    4,451
    Likes Received:
    158
    Best Answers:
    0
    Trophy Points:
    225
    #2
    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>
    Code (markup):
     
    MakeThatDollar, Jun 26, 2008 IP
  3. mikelaw

    mikelaw Peon

    Messages:
    148
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    The code is valid but you need to place link text too:

    <a href="www.howtocrete.com">How to Crete</a>
     
    mikelaw, Jun 26, 2008 IP
  4. Paul Teitelman

    Paul Teitelman Peon

    Messages:
    243
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    0
    #4
    yeah you guys also failed to mentioned that you need HTTP there!

    <a href="http://www.whateversiteyouwant.com">anchor text here</a>
     
    Paul Teitelman, Jun 26, 2008 IP
  5. MakeThatDollar

    MakeThatDollar Notable Member

    Messages:
    4,451
    Likes Received:
    158
    Best Answers:
    0
    Trophy Points:
    225
    #5
    Oops, I didn't notice that, lol. Thanks for following up Paul.
     
    MakeThatDollar, Jun 26, 2008 IP
  6. zexy

    zexy Guest

    Messages:
    7,223
    Likes Received:
    348
    Best Answers:
    0
    Trophy Points:
    0
    #6
    zexy, Jun 26, 2008 IP
  7. Paul Teitelman

    Paul Teitelman Peon

    Messages:
    243
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    0
    #7
    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
     
    Paul Teitelman, Jun 26, 2008 IP
  8. loopline

    loopline Well-Known Member

    Messages:
    738
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    130
    #8
    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>
    Code (markup):
    MAtt
     
    loopline, Jun 26, 2008 IP
  9. ARNOLDSCHWARTZ

    ARNOLDSCHWARTZ Guest

    Messages:
    242
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    That basically explains it
     
    ARNOLDSCHWARTZ, Jun 26, 2008 IP
  10. Dannyboyonline

    Dannyboyonline Active Member

    Messages:
    602
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    60
    #10
    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.
     
    Dannyboyonline, Jun 26, 2008 IP
  11. poshswinger

    poshswinger Active Member

    Messages:
    2,527
    Likes Received:
    56
    Best Answers:
    0
    Trophy Points:
    90
    #11
    Putting a title tag helps provide a short description of the linking site and is desirable.
     
    poshswinger, Jun 26, 2008 IP