How to put alt attribute to an image?

Discussion in 'HTML & Website Design' started by womenz, Mar 21, 2010.

  1. #1
    my second question is
    how people will see all of my blog's image thru google image search .

    i hav no knowledge about html.i want to optimise my blogger's blog images to drive traffic.someond said u hav to ad alt attribute on ur images.

    but i dont knw how to optimise image with alt attribute or anything else.

    do u hav any tips about it..
     
    womenz, Mar 21, 2010 IP
  2. Paulfreelancer

    Paulfreelancer Peon

    Messages:
    61
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Paulfreelancer, Mar 21, 2010 IP
  3. laconfiden

    laconfiden Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    <img src="http://www.image.com" alt="My alt description" />
     
    laconfiden, Mar 22, 2010 IP
  4. bweller

    bweller Peon

    Messages:
    52
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Womenz,

    The two posters before me have told you all you should need to know about including image tag alt text. Also remember that the content of the file name can be used to your advantage in getting image search attention for a given image. Choose your file names wisely.

    -Ben
     
    bweller, Mar 22, 2010 IP
  5. womenz

    womenz Guest

    Messages:
    99
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    can u give me datail patha?
    means suppose i will upload apple123.jpg image to my blog post,then how'll i put alt attribute on that?(i told u that i've zero knoledge about html..
    tq
     
    womenz, Mar 24, 2010 IP
  6. desperateboy

    desperateboy Peon

    Messages:
    610
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    You have put just alt tag & title tag in image attribute.
     
    desperateboy, Mar 25, 2010 IP
  7. Qurink

    Qurink Peon

    Messages:
    42
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Do you use blogger? wordpress? joomla? or other?
     
    Qurink, Mar 25, 2010 IP
  8. KindSoles

    KindSoles Greenhorn

    Messages:
    28
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    13
    #8
    I think you're getting confused on how you actually go about adding the alt tag to your image.

    When you place a image on your website, your HTML would look something like <img src="image.jpg" />

    Adding an alt to your image is as easy as editing your image tag to look like <img src="image.jpg" alt="this is where you place the alt text" />
    You can change it at any time, and you can make it what ever you want. You can even leave it blank like <img src="image.jpg" alt="" />
    Everything is up to you. You should have an alt tag for every image though, even if it is blank.

    hope this helps and hope you can get this figured out!
     
    KindSoles, Mar 25, 2010 IP