Web Standards Checklist to Make a Proper Website Part III
Degree of separation between content and presentation
- Does the site use CSS for all presentation aspects (fonts, color, padding, borders etc)?
Ans :: Use style sheets to control layout and presentation. - Are all decorative images in the CSS, or do they appear in the (X)HTML?
Ans ::The aim for web developers is to remove all presentation from the html code, leaving it clean and semantically correct.
Also Read ::
- Web Standards Checklist to Make a Proper Website Part I
- Web Standards Checklist to Make a Proper Website Part II


Be The First One To Comment