How To Create An Easily Accessible Website

Sep 20
08:00

2011

John Klein

John Klein

  • Share this article on Facebook
  • Share this article on Twitter
  • Share this article on Linkedin

Making a website accessible is not as difficult as most web designers make it seem. Many designers mistakenly think that creating an accessible website is a matter of writing a lot of metadata, designing tab data and a lot of tagging.

mediaimage
Normal 0 false false false EN-US X-NONE X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin-top:0in; mso-para-margin-right:0in; mso-para-margin-bottom:10.0pt; mso-para-margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;}

This does not have to be the case.

By following some basic design principles and simple techniques,How To Create An Easily Accessible Website Articles a website can be made accessible to many different users without taking a lot of the designer’s time. An accessible website can serve the needs of a wide range of users regardless of their preferences, web clients or physical abilities.

When it comes to accessibility, you have to consider users who are visually impaired, hearing impaired, the physically impaired, alternative web client users and technologically limited users. To make your website accessible, separate content from presentation. People are visiting your website to look for content, whether they are accessing the site through a PC, mobile device or a screenreader.

The content layer
Content accessibility is the most important thing in web design. Content consists of everything that is put between the tags. These include text, images and videos. The layer is about content and not the presentation. Here are some guidelines to make your content more accessible:
1. Place the title of the page between tags. 
2. The navigation of the site should be coded in an unordered list

    .
    3. If you can, avoid using tag. 
    4. If you have to use tags, only use them to present tabular data and not for formatting.

    If you are using images on your website, use the to briefly describe them. The tag should not be used as an avenue of fully describing an image in a paragraph or two. One to four words are sufficient to describe the image.

    Presentation Layer
    Have fixed dimensions to control the appearance of your site when accessed through different browsers. Use colors of the recommended hexadecimal values to maintain a similar presentation across multiple platforms.

    Taking the above steps will make your website more accessible and reach a wide audience.

     

    Article "tagged" as:

    Categories: