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..
Hey I am Paul a freelance graphic and website theme designer. You can check some these pages i think they will help you a lot. http://htmlhelp.com/feature/art3.html http://www.mattcutts.com/blog/matt-video-alt-attributes-for-images/ http://www.netmechanic.com/news/vol6/html_no1.Gtm good luck
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
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
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!