I wanted to share some basic accessibility guidelines I created a few years to share with some other web developers I work with.
- Don’t use tables for layout, use CSS.
- Don’t use font tags, use CSS.
- Don’t use <b></b> to emphasize words, use <strong></strong> instead. Read the rest of this entry »