CSS
Cascading Style Sheets – separate content from presentation
So far we have mentioned Accessibility and Structure but those can be presented well too with added Style. Using CSS can benefit not just from the separation of the structure from presentation in a document but reduce future maintenance. Small amends can have a significant effect across the whole site.
This is where the “bare structure” is dressed up in nice clothes. Elements are given dimension, colour, position. Typography is defined. A lot can be said about CSS layout techniques, frameworks and user interfaces…
What is your favourite approach? Let us know …