chadmichael Posted June 15, 2009 Report Share Posted June 15, 2009 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 More sharing options...
jlhaslip Posted June 15, 2009 Report Share Posted June 15, 2009 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 More sharing options...
Synook Posted June 17, 2009 Report Share Posted June 17, 2009 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 More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now