"alt" tags

Discussion in 'HTML & Website Design' started by Nick Heng, Jul 8, 2012.

  1. #1
    what is the meaning of "alt" when i insert an image ?
    example : <img src="/images/chrome.gif" alt="Google Chrome" width="33" height="32" />
    the alt="Google Chrome" ???
     
    Nick Heng, Jul 8, 2012 IP
  2. jenev

    jenev Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    0
    #2
    The alt tags are using for 2 reasons:
    • When the image can't be load, the alt tag is displaying like a text;
    • For SEO;

    More information about alt tag
     
    jenev, Jul 8, 2012 IP
  3. Nick Heng

    Nick Heng Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    how about the <area> and the <coords> ?
     
    Nick Heng, Jul 8, 2012 IP
  4. jenev

    jenev Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    0