iSnare.com - Free Content Articles Directory
Authors Contents [Advanced Search][Add OpenSearch][Job Search]
Distribute your articles to thousands of article sites for only $2 and below! Read more...

Index  Internet
 

Writing Effective Alt Text For Images

 
[ Contact the Author] [ Send to a Friend] [ Article Publisher] [Make PDF] [ Print] [ Bookmark & Share]
 
Read our Terms of Service before reprinting this article. The submitter specified above has claimed the rights to this article.
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:

img src="filename.gif" alt="Alternative description goes here"

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.

Important NoticeDISCLAIMER: All information, content, and data in this article are sole opinions and/or findings of the individual user or organization that registered and submitted this article at Isnare.com without any fee. The article is strictly for educational or entertainment purposes only and should not be used in any way, implemented or applied without consultation from a professional. We at Isnare.com do not, in anyway, contribute or include our own findings, facts and opinions in any articles presented in this site. Publishing this article does not constitute Isnare.com's support or sponsorship for this article. Isnare.com is an article publishing service. Please read our Terms of Service for more information.

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 - http://www.webcredible.co.uk ) to help make the Internet a better place for everyone.
Article Tags: alt [See Dictionary], image [See Dictionary], text [See Dictionary]
Got a question about this article? Ask the community!
Article published on June 06, 2005 at Isnare.com
 
Rate this article:

Beyond Guidelines: Advanced Accessibility Techniques
Submitted by: Trenton Moss

When creating accessible websites, most web developers and web managers tend to follow the W3C accessibility guidelines...

Some Basic Tests To Check Your Website For Accessibility
Submitted by: Trenton Moss

The Disability Discrimination Act says that websites must be made accessible to disabled people So how can you check that your website is up to par...

The Problem With Automated Accessibility Testing Tools
Submitted by: Trenton Moss

An automated accessibility tool is a piece of software which can test a web page, or even an entire website, for accessibility...

Separate Text-Only Version? No Thanks!
Submitted by: Trenton Moss

In an attempt to make their sites accessible to all, more and more websites are now offering text-only versions of their sites...

Manchester United: Top Of The Web Accessibility League?
Submitted by: Trenton Moss

A while ago Manchester United launched a separate accessible version of their website, manutdcom/access...

Benefits Of Making Your Website Accessible To Disabled Users - Part 2: The Business Case
Submitted by: Trenton Moss

The Disability Discrimination Act states that service providers must not discriminate against disabled people...

Using The Web Accessibility Toolbar
Submitted by: Trenton Moss

Using the Web Accessibility Toolbar Testing a website for accessibility can be a time-consuming and laborious process...

Improving Usability For Screen Reader Users
Submitted by: Trenton Moss

Simply ensuring your website is accessible to screen reader users is unfortunately not enough to ensure these users can find what they're looking for in a reasonably quick and efficient manner...

Benefits Of An Accessible Website: Part 1 - Increase In Reach
Submitted by: Trenton Moss

The DDA (Disability Discrimination Act) states that service providers must not discriminate against disabled people...

Benefits Of An Accessible Website: Part 2 - The Business Case
Submitted by: Trenton Moss

The DDA (Disability Discrimination Act) states that service providers must not discriminate against disabled people...

Beyond Web Usability: Web Credibility
Submitted by: Trenton Moss

If you've been developing websites on Mars for the past few years then you'll be forgiven for not knowing about web usability...

Disability Discrimination Act (DDA) & Web Accessibility
Submitted by: Trenton Moss

There's been widespread speculation about the new legislation being introduced under the DDA (Disability Discrimination Act), which will ensure that websites are accessible to blind and disabled users...

Don't Submit Your Website To Any Search Engines
Submitted by: Trenton Moss

We all want to get our websites high up in the search enignes but how do you do it One thing you shouldn’t bother doing is submit your site to any search engines...

How Disabled Users Access The Internet
Submitted by: Trenton Moss

In 1995 a new era of accessibility for disabled people began The Disability Discrimination Act was passed, stating that: “It is unlawful for a service provider to discriminate against a disabled person by refusing to provide any service which it provides to members of the public...

How To Find Good Keywords
Submitted by: Trenton Moss

Good keywords are frequently searched for (high demand) but not being targeted by many other websites (low competition)...

Basics Of Search Engine Optimisation (SEO)
Submitted by: Lijo George

What is SEO Search Engine Optimization is a step by step process in which a web site is optimized to the expectations of Search Engines...

Ebook - E For Environmental
Submitted by: Roberto Sedycias

The emphasis on going green is highlighted as writing books are one of the contributors for depleting natural resources...

Article Writer - Do You Need One?
Submitted by: Enzo F. Cesario

Content is king Your web presence needs content that your audience will be interested in, period...

How to Find Quality Web Directories
Submitted by: Jason Kay

When you promote your website one of the first things you will want to do is to submit your website to a number of different web directories...

Review of Mozy Online Storage
Submitted by: Jason Kay

Every year people just like you lose countless documents and important files because of the unforeseen, but with online storage companies such as Mozy, this scenario can be avoided forever...

You Can Still Make Good Money on Ebay
Submitted by: Mark Thomas Walters

The banning of the sale of digital products on eBay has led to many online marketers abandoning the use of eBay as one of their revenue streams...

Secrets to Using Social Bookmarking For Link Building
Submitted by: Blake Evans

Social bookmarking became popular as a tool to share your favorite websites with others on the internet...

What is Pagerank?
Submitted by: Blake Evans

The Internet is a vast expanse of space which contains matter on anything you can think of Due to the instantaneous nature of the Internet, anyone who has access to a computer and a phone line indulges in some browsing on various subjects...

Teleseminars - How to Use Them Effectively
Submitted by: Mark Thomas Walters

Teleseminars can be extremely beneficial to your online business because they give you a new way to reach new prospects as well as a new way to interact with your existing clients...

Internet Safety For Kids That Parents Should Know
Submitted by: Paul Phoenix

Internet is a believed to be a remarkable source through which school going kids can look for their desired information...

How to Network Using Twitter
Submitted by: Mark Thomas Walters

Twitter is the fastest growing social networking site on the Internet, and is a very popular subject within Internet marketing circles...

How to Get Your Website Indexed by Google in 15 Minutes
Submitted by: Jeffrey J Smith

Getting your website or blog indexed by Google is a good way to get your new online venture established and receive free traffic in the process...

Online Jobs - Cash Making Power Sites
Submitted by: Jack L. Smith

Legitimate Online Jobs - Do They Exist “Cash Making Power Sites” is just what the title suggest – it is a membership site that offers you not one but FIVE (yes, you heard it right) ready websites for you to start generating income...

Web Development - Get Deep Insights About Your Customers to Precisely Target Products and Services
Submitted by: Daljeet Sidhu

No business can be successful without a deep understanding of its customers This knowledge can help you to adapt your business style and advertising techniques to attract more customers and expand your client base...

Google's SafeSearch Helps Keep Kids Safer Online
Submitted by: Gregg Housh

The internet is a evolving community, home to everything from exotic recipes to ridiculous videos to books that are no longer in print...

Isnare.com Footer Divider

© 2004-2009. Isnare Free Articles - An Isnare Online Technologies Free Articles Project. All Rights Reserved.   Privacy Policy