In need of a new developer contact

Discussion in 'HTML & Website Design' started by jaydenblair, Apr 12, 2012.

  1. #1
    What are all the methods of adding hyperlinks in html?
     
    Last edited: Apr 12, 2012
    jaydenblair, Apr 12, 2012 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,838
    Likes Received:
    4,542
    Best Answers:
    123
    Trophy Points:
    665
    #2
    All the methods? Seriously... I'm sure there are many if you allow for all the wysiwyg tools that will use a slightly different mechanism.

    How about you tell us what you are trying to do and then we might be able to tell you what you actually want to know.
     
    sarahk, Apr 13, 2012 IP
  3. Zuex

    Zuex Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hyperlinks in HTML are fairly simple. Here is a very basic example:

    <a href="http:// URL LINK GOES HERE">Text or graphic that will become the hyperlink.</a>

    For more in depth knowledge, a quick Google search will help you.
     
    Zuex, Apr 13, 2012 IP
  4. vnmichael

    vnmichael Greenhorn

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    6
    #4
    You can add rel="nofollow" for url that you don't want google index. Good luck
     
    vnmichael, Apr 13, 2012 IP
  5. creativewebmaster

    creativewebmaster Active Member

    Messages:
    654
    Likes Received:
    7
    Best Answers:
    4
    Trophy Points:
    78
    #5
    a href="http:// sitename here"> is best way to add site link for any website design.
     
    creativewebmaster, Apr 13, 2012 IP
  6. r.arifur

    r.arifur Greenhorn

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #6
    <a href="http:// www.google.com">Click here to visit google.</a>
    [ URL ] [ Text that is linked ]
     
    r.arifur, Apr 16, 2012 IP
  7. muffet

    muffet Active Member

    Messages:
    720
    Likes Received:
    7
    Best Answers:
    4
    Trophy Points:
    68
    #7
    w3schools, my friend, is a good reference
     
    muffet, Apr 16, 2012 IP
  8. sarahk

    sarahk iTamer Staff

    Messages:
    28,838
    Likes Received:
    4,542
    Best Answers:
    123
    Trophy Points:
    665
    #8
    He doesn't want to know ONE method of creating a link, he wants ALL the methods.
     
    sarahk, Apr 22, 2012 IP