Presentation Files
This presentation and the accompanying CD and Exercise files are posted online at GortonStudios.com/gtc_westLook Familiar?
You may note some similarities between this presentation and the California State Template.Go ahead - deconstruct it - the source is open for you to view!
Right Column
CSS: Accessibility Tool
By keeping HTML structural, it's easy for lot's of different user agents to get to your content
- ADA Section 508
(It's the Law - and getting more so...)
- Target.com, AOL, SouthWest Airlines
- Search Engines
- Small-screen devices
- People and inventions of the future
Note: CSS is seperate from HTML - and it works best when the HTML is 'pure'
- Valid
- Use the validators!
- http://validator.w3.org/
- Structural
- <h1>Site Title</h1>
- <h2>Page Name</h2>
- NOT: <p><font face="Arial, Helvetica, sans-serif" size="+3" color="#FF0000">Something Important!</font></p>