ArticlesReader.com Menu
Newest Articles
Most Viewed Articles
ArticlesReader.com RSS
Submit Article
Login
Signup
Search the articles

Articles Main Categories
Advice
Animals
Automobiles
Business
Career
Communications
Computer Programming
Computers
Entertainment
Environment
Family
Fashion
Finance
Food
Health & Medical
Home & Garden
Humor
Internet Business
Internet Marketing
Legal
Leisure & Recreation
Marketing
Other
Politics
Reference & Education
Religion
Self Improvement
Sports
Technology & Science
Travel
Writing
Subscribe
Receive alert message from us when new articles submitted to our site for free.

Enter your name

Enter your email

Syndicate

















Related Products
Home::Web Design

Writing Effective ALT Text For Images

Author : Trenton Moss
Anyone who knows anything about web accessibility knows that images need alternative, or ALT, text assigned to them. This is because screen readers can't understand images, but rather read aloud the alternative text assigned to them. In Internet Explorer we can see this ALT text, simply by mousing over the image and looking at the yellow tooltip that appears. Other browsers (correctly) don't do this. The HTML for inserting ALT text is:



But surely there can't be a skill to writing ALT text for images? You just pop a description in there and you're good to go, right? Well, kind of. Sure, it's not rocket science, but there are a few guidelines you need to follow...



Spacer images and missing ALT text



Spacer images should always be assigned null ALT text, or alt="" . This way most screen readers will completely ignore the image and won't even announce its presence. Spacer images are invisible images that pretty most websites use. The purpose of them is, as the name suggests, to create space on the page. Sometimes it's not possible to create the visual display you need, so you can stick an image in (specifying its height and width) and volià, you have the extra space you need.



Not everyone uses this null ALT text for spacer images. Some websites stick in alt="spacer image". Imagine how annoying this can be for a screen reader user, especially when you have ten of them in a row. A screen reader would say, "Image, spacer image" ten times in a row (screen readers usually say the word, "Image", before reading out its ALT text) - now that isn't helpful!



Other web developers simply leave out the ALT attribute for spacer images (and perhaps other images). In this case, most screen readers will read out the filename, which could be ‘newsite/images/onepixelspacer.gif'. A screen reader would announce this image as "Image, newsite slash images slash one pixel spacer dot gif". Imagine what this would sound like if there were ten of these in a row!



Bullets and icons



Bullets and icons should be treated in much the same way as spacer images, so should be assigned null alternative text, or alt="". Think about a list of items with a fancy bullet proceeding each item. If the ALT text, ‘Bullet' is assigned to each image then, "Image, bullet" will be read aloud by screen readers before each list item, making it take that bit longer to work through the list.



Icons, usually used to complement links, should also be assigned alt="". Many websites, which place the icon next to the link text, use the link text as the ALT text of the icon. Screen readers would first announce this ALT text, and then the link text, so would then say the link twice, which obviously isn't necessary.



(Ideally, bullets and icons should be called up as background images through the CSS document - this would remove them from the HTML document completely and therefore remove the need for any ALT description.)



Decorative images



Decorative images too should be assigned null alternative text, or alt="". If an image is pure eye candy then there's no need for a screen reader user to even know it's there and being informed of its presence simply adds to the noise pollution.



Conversely, you could argue that the images on your site create a brand identity and by hiding them from screen reader users you're denying this group of users the same experience. Accessibility experts tend to favour the former argument, but there certainly is a valid case for the latter too.



Navigation & text embedded within images



Navigation menus that require fancy text have no choice but to embed the text within an image. In this situation, the ALT text shouldn't be used to expand on the image. Under no circumstances should the ALT text say, ‘Read all about our fantastic services, designed to help you in everything you do'. If the menu item says, ‘Services' then the ALT text should also say ‘Services'. ALT text should always describe the content of the image and should repeat the text word-for-word. If you want to expand on the navigation, such as in this example, you can use the title attribute.



The same applies for any other text embedded within an image. The ALT text should simply repeat, word-for-word, the text contained within that image.



(Unless the font being used is especially unique it's often unnecessary to embed text within images - advanced navigation and background effects can now be achieved with CSS.)



Company logo



Websites tend to vary in how they apply ALT text to logos. Some say, ‘Company name', others ‘Company name logo', and other describe the function of the image (usually a link back to the homepage), ‘Back to home'. Remember, ALT text should always describe the content of the image so the first example, alt="Company name", is probably the best. If the logo is a link back to the homepage then this can be effectively communicated through the title tag.



Conclusion



Writing effective ALT text isn't too difficult. If it's a decorative image then null alternative text, or alt="" should usually be used - never, ever omit the ALT attribute. If the image contains text then the ALT text should simply repeat this text, word-for-word. Remember, ALT text should describe the content of the image and nothing more.



Do also be sure also to keep ALT text as short and succinct as possible. Listening to a web page with a screen reader takes a lot longer than traditional methods, so don't make the surfing experience painful for screen reader users with bloated and unnecessary ALT text.


Article Source: http://www.articledashboard.com





This article was written by Trenton Moss. He's crazy about web usability and accessibility - so crazy that he went and started his own web usability and accessibility consultancy ( Webcredible - www.webcredible.co.uk ) to help make the Internet a better place for everyone.





Spam emails More free articles

Related articles


  1. The Top 8 Website Sins Part Two
  2. The Top 8 Website Sins Part One
  3. 10 seconds is all it takes… (How to grab the attention of your audience with your web site)
  4. So You’re Hiring a Web Designer—You Have the Right to Demand these 7 Perks
  5. 6 Design Flaws Newbie Web Designers Make: Fool Everyone Into Thinking You Know What You're Doing
  6. Excellently Constructed Websites
  7. Web Designers Beware!
  8. Quality Website Design At An Affordable Price
  9. Website Colors That Turn Off Your Customers
  10. What The Font? – Understanding Typefaces On The Web
  11. Freelancers Bite Back!
  12. Web Design: Should You Hire Someone or Do It Yourself?
  13. Branding Web Strategy Mistakes - Brand Identity Guru
  14. Web-Safe Fonts for Your Site
  15. Web Designing Tips
  16. Good Websites Stand Out From The Masses Of Boring, Hard To Travel Sites
  17. Testament To Testimonials
  18. Reach Out To Billions
  19. Every Website is a Human Being’s Attempt at Achieving a Goal or Obtaining Happiness
  20. Give People What They Want And Watch Your Profits Soar!
  21. You Too Can Have an Amazing Website
  22. The Seven Deadly Sins of Web Business Design
  23. 10 Nifty Ways to Prolong Your Visitors at Your Website
  24. Website Design: Redecorate Your Web Site To Increase Sales
  25. Service Professions: Does Your Website Follow These 5 Simple Rules For Getting More Clients?
More related feeds
Writing good alt text | 456 Berea Street
Two rules of thumb I use when writing alt text for images are these:. If you were to describe the document to someone over the phone, would you mention the image or its content? If you would, the image probably needs an alternative text ...

Better Website Development: Writing Effective Alt Text For Images
Writing effective ALT text isn't too difficult. If it's a decorative image then null alternative text, or alt="" should usually be used - never, ever omit the ALT attribute. If the image contains text then the ALT text should simply ...

Google Starter Guide to Search Engine Optimization « Nashville ...
Optimize your use of images. Good practices for images • Use brief, but descriptive filenames and alt text • Supply alt text when using images as links • Store images in a directory of their own • Use commonly supported filetypes ...

nortypig » Blog Archive » Writing Alternative Text
Writing Alternative Text. The alt attribute of an image allows you to provide a 6 to 12 word alternative description of the purpose of the image or a description of what it does. Roger notest that in many cases alt text actually needs ...

Writing effective ALT text for images
Simply inserting ALT text isn't necessarily enough to ensure accessible images - the text must also be effectively written. Find out how to achieve this...

Why Use Social Media? by Blog Tutorials
Since I use Blogger and do not really do anything to clean up the code (beyond adding Alt-tags to the images I embed) I wasn’t surprised at all to find that my blog contained lots of errors - [...] ...

Effective Craigslist Marketing In 3 Simple Steps | Free Articles ...
Add an image to your ad post. Not adding and image to your ad will diminish the perceived value of your product or service. People are visual and want to see something before they purchase. If you are using a website, make your image ...

Improve your internet marketing strategy by using effective (CTAs ...
Utilise eye-catching image CTAs by using attractive and colourful buttons to execute the call to action. Utilise formatting in anchor text CTAs by using bolder or larger fonts to emphasise the call to action. ...

Better Website Development: How To Select Outsource Web Content ...
Does Your Small Business Need A Website · Writing Effective Alt Text For Images · Web Coach Tip What You Should Know About Diy Web S... Html Editors How To Choose The Right One For Build... Is Your Web Site Talking To Your Customer ...

SEO Design Issues - Mapping or Slicing? | SEObyElan.Com
If you want your image links to get follow and index by Google, then do slicing with alt tags. You can receive my articles for free on your email inbox, with more Organic SEO, PPC, Wordpress SEO and blog tips. ...

 


 

© 2007 articlesreader.com - All Rights Reserved