External link attribute

Discussion in 'HTML & Website Design' started by adacprogramming, May 30, 2007.

  1. #1
    I noticed that a lot of blogs add rel="external" to their outgoing links. Of what purpose is this, if the link is to a different domain, of course it is external:confused:
     
    adacprogramming, May 30, 2007 IP
  2. gio

    gio Well-Known Member

    Messages:
    2,390
    Likes Received:
    162
    Best Answers:
    0
    Trophy Points:
    195
    #2
    it is used in place of target="_blank" to validate xhtml document. rel="external" is xhtml valid, and target="_blank" is not.
     
    gio, May 30, 2007 IP
    adacprogramming likes this.
  3. adacprogramming

    adacprogramming Well-Known Member

    Messages:
    1,615
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    125
    #3
    Thanks for the info,

    I would have never guessed that.

    rep :)
     
    adacprogramming, May 30, 2007 IP
  4. gio

    gio Well-Known Member

    Messages:
    2,390
    Likes Received:
    162
    Best Answers:
    0
    Trophy Points:
    195
    #4
    no problem. :)
     
    gio, May 30, 2007 IP