
This week we take about the web standard. all of you must hear or learn the
web standard when you are getting start the web. Beside we need to use web standards' advantage when we develop web site .Moreover do you know that the next steps what should we do when we understandard the web standard.
Therefore in web standard, we may have the
checklists are probably many items that could be added. More importantly, it should not be seen as a list of items that must be addressed on every site that you develop.
- They have the guide to show the breadth of web standards
- as a handy tool for developers during the production phase of websites
- as an aid for developers who are interested in moving towards web standard
The useful for the checklist and example for the question:
Check the quality of the codeValid code will render faster than code with errors. Valid code will render better than invalid code.
- Does the site use Valid (X)HTML?
- Does the site use Valid CSS?
Use the CSS to separe the code of content
Use style sheets to control layout and presentation
- Does the site use CSS for all presentation aspects (fonts, colour, padding, borders etc)?
Accessiblity for user
suitable for the target user
- Does the site use relative units rather than absolute units for text size?
- Do any aspects of the layout break if font size is increased?
- Does the site use visible skip menus?
Accessibility for devices
The target users' device is that can run the web site
- Does the site work acceptably across modern and older browsers?
- Are visited links clearly defined with a unique colour?
Site management
meaningful and helpful 404 error page
- Does the site use friendly URLs?
- Do your URLs work without "www"?
Finally, Every proposed web standards replacement has been tested, verified and is working without a problem in modern browsers like MSIE 6, Netscape 7+, Firefox 1.x, Opera 7+, Safari 1.2+, Konqueror 3.x, etc. Test some popular brower and the quality, then provide the final version to the user. The web standard have