Ive figured out how to set up my web page, but how can I be sure that it will be programatically correct and available to the maximum number of readers?
This is a tough question; there is definitely some content such as sounds and images which will never be universally available to blind or deaf browsers. However for the most part, staying standards compliant and making sure that your pages have no syntax errors or dependency on a specific browser is the best way to be sure of reaching the widest possible audience. The canonical reference for the most popular and most widely supported markup languages, HTML and XHTML, is published by the World Wide Web Consortium. This documentation is the agreed-upon standard for web markup across the entire internet. It is likely to be supported by all browsers, from cell phones and text-only browsers for the blind to the latest version of Internet Explorer. To be sure you’ve created pages that not only meet the standards but fail to have any content-impairing typos, you should probably run them through the XHTML and HTML validator and potentially through the CSS validator as well, if you have used c
Related Questions
- I programatically change a bound TextBox value, but the value does not get pushed back into the bound datasource. How can I make sure the DataSource is updated?
- Ive figured out how to set up my web page, but how can I be sure that it will be programatically correct and available to the maximum number of readers?
- What is the maximum number of SURE Fellowship students one faculty is allowed to mentor?