Website accessibility

Five top tips for achieving accessibility on your website.

1. Images

All images must have an alternative description that exactly matches the content of the image - something that appears if the image is unavailable or needs to be read out by a screen-reader. It is not somewhere to put additional information - that should appear in the text if needed.

Examples:

The City of Edinburgh Council Children and Families the alternative description of this logo should be "The City of Edinburgh Council Children and Families"



Learning and Teaching

the description of this button should be "Learning and Teaching"


Note: Your chosen web-publishing software probably has a specific way of adding a description to an image. The alternative description appears in the HTML code like this:

<img src="edinburgh-logo.gif" alt="City of Edinburgh Council">

2. All hyperlinks must describe where they link to

Examples:

3. For downloads, warn the user

Example:

4. Use Headings to structure your pages

Use headings to identify the key areas of a page, and use them in correct order.

Example:

5. Avoid using tables for layout – they should only be used to display data

Tables can disrupt the reading order of a page for people using screen-readers or similar technologies, and can also make a page slower to download. Their layout can vary greatly on different computers, and the pages often won't print properly either.

Further reading

These tips are just a few of the things you should look for when building and maintaining a website. For more information, follow the links below: