WAM Home
Web Accessibility
Resources
Training
Article Archive
CSUDH Web Admins
Web Best Practices: CSS
- Use external stylesheets instead of inline styles.
- Do not place style information into the web page, but instead keep it separate from the page content with the external stylesheet.
- Do not use the <font> tag to style text in the HTML code.

