12 Ways to Make Your Web Pages Better
Due to the nature of the Internet, people may be viewing your web page with many different types of browsers such as a text-only browser, a voice browser, or a cell phone; they may be clicking through your site without a mouse, or keyboard, or they may be browsing hands-free. Some people may be accessing your website under less than ideal lighting situations or in very loud places. A good web developer will create their web sites in such a way that any of these browsers in any situation will be able to check out your site with ease.
Here’s a quick list of simple things that you can do to make your website more accessible:
- Non-text content (e.g. images) have descriptive alt or longdesc text
- Don’t rely on colour alone to get your point across
- Mark up your documents properly; use a p element for paragraphs and a table element for tabular data
- Use the lang attribute to specify what the language of your document is
- Identify row and column headers in tables
- Group rows and columns using the thead, tfoot, tbody, col, and colgroup elements
- Organize your documents so they can be logically read without style sheets, in other words, put your content in order on the page
- Make sure that your page is usable without Javascript or use noscript element to indicate otherwise
- Don’t use blinking, moving, or scrolling object that can’t be stopped
- Use clear and simple language
- Test your pages in multiple browsers with Javascript and images turned off. Don’t forget to try text only!
- Validate your pages using the W3C validators for CSS, HTML, and Accessibility










As XHTML grows, XHTML 1.0 documents will be able to interoperate among other XHTML documents making it a more browser transitional language.To conclude, using the standards of web development lined out by the W3 is imperative for users to get the most out of a site. Often, making a webpage W3-compliant is the first step of SEO, a marketing tool to get the most out of your advertising dollar.
September 5th, 2007 at 10:24 pm