Some great examples of CSS can be found at cssmodel.com. Not only can you view examples but the Author points to some great free CSS Templates for download. If CSS is your thing then cssmodel has many topics including
- Huge Collections of CSS Galleries
- CSS Tutorials
- CSS Tutorials on Youtube
- CSS Cheat Sheets and much more!

Popularity: 3% [?]





















































































November 8th, 2008 at 4:01 am
Awesome resource, classy design
November 8th, 2008 at 5:22 am
Can someone tell me the difference between CSS and XHTML? What are the advantages?
November 8th, 2008 at 5:28 am
CSS is Cascading Style Sheets:
CSS can be used by the readers of web pages to define colors, fonts, layout, and other aspects of document presentation. It is designed primarily to enable the separation of document content (written in HTML or a similar markup language) from document presentation (written in CSS) One file changes all these aspects.
(Copy from Wikipedia)
- Dreamlinestudio Staff
XHTML
While HTML is an application of Standard Generalized Markup Language (SGML), a very flexible markup language, XHTML is an application of XML, a more restrictive subset of SGML. Because they need to be well-formed, true XHTML documents allow for automated processing to be performed using standard XML tools—unlike HTML, which requires a relatively complex, lenient, and generally custom parser.
(Copy from Wikipedia)
Its my experience that although CSS is easier to edit colors, text, fonts formats, Straight HTML is still easier to edit when larger work needs to be done, like moving tables and other heavy formatting. Some websites actaully have both CSS and HTML.
- Dreamlinestudio Staff
November 9th, 2008 at 5:07 am
MMMM…CSS, yummy.