Five top tips for achieving accessibility on your website.
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.
the alternative description of this logo should be "The City of Edinburgh Council Children and Families"

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">
Use headings to identify the key areas of a page, and use them in correct order.
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.
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: