Jump to content

Css/html Standards


chadmichael

Recommended Posts

I want to specificy, as part of a RFP, that all HTML/CSS design work meets best practice standards of CSS layout and HTML markup. I'm thinking of things like not using tables, not using mixing style stuff into html elements, you know what I mean . . . rather, than try to articulate all of this myself, I'd like to find a rather professional, perhaps well-known expression of these standards and best practices. Anybody know of anything?

Link to comment
Share on other sites

Html must pass validation at the W3C site.CSS must pass validation at the jigsaw validatorStyles must be separate from the html code and in an external stylesheet.Tables for layout of Database information only.

Link to comment
Share on other sites

HTML 4.01 standard => http://www.w3.org/TR/html401/CSS 2.01 standard => http://www.w3.org/TR/CSS2/W3C notes on tables => http://www.w3.org/TR/REC-html40/appendix/notes.html#h-B.5W3C comments on the separation of content and presentation => http://www.w3.org/TR/webarch/#pci

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...