Meta tag html images

Discussion in 'HTML & Website Design' started by millyionnnn, Nov 28, 2006.

  1. #1
    Hi everyone does anyone know a script or how to place meta tags within a picture image unlike placing into a header or within a website. If you can help me out that be great Thanks.
     
    millyionnnn, Nov 28, 2006 IP
  2. crazybjörn

    crazybjörn Peon

    Messages:
    270
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Images don't use <meta> tags. I'm not even sure if it's possible to force add them, even if you did no search engine would parse them, so their use would be lost anyway.
     
    crazybjörn, Nov 29, 2006 IP
  3. eXe

    eXe Notable Member

    Messages:
    4,643
    Likes Received:
    248
    Best Answers:
    0
    Trophy Points:
    285
    #3
    You can use the alt attribute in the img tag to describte the pictu0re.

    Example:
    <img src="pathtoimage.extension" alt="description">
    Code (markup):
     
    eXe, Nov 29, 2006 IP
  4. crazybjörn

    crazybjörn Peon

    Messages:
    270
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Actually, you should use the title tag, alt should be used for: "For user agents that cannot display images, forms, or applets, this attribute specifies alternate text."
     
    crazybjörn, Nov 29, 2006 IP
  5. weknowtheworld

    weknowtheworld Guest

    Messages:
    306
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Meta tags are for HEAD tag and ALT for Images
     
    weknowtheworld, Nov 29, 2006 IP
  6. millyionnnn

    millyionnnn Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Thanks guys you been a big help .....alt tags got it !
     
    millyionnnn, Nov 29, 2006 IP