|
ASP.NET Book
The online ASP.NET Tutorial Book |
|||||||||
|
|
|||||||||
ASP.NET BasicsHTML BasicsASP.NET Web Server Advanced HTML Application Designing Using Visual Studio ASP.NET Standards ASP.NET Styling ASP.NET Navigation ASP.NET TipsASP.NET ValidationHTML forms CSS Styling CSS Advanced ASP.NET Features ASP.NET Image Effects Common mistakes DB Design tips Building ApplicationsDesign Secure AppsBuild Secure Apps |
1.2 External XHTML validation |
||||||||
|
When you have completed your website and deployed it on the Internet, you can confirm that your pages are XHTML compliant. The W3C which means World Wide Web Consortium provides a validation service at: After you visit the validator, enter the URL you want to check, and then you can advertise your website’s XHTML status by including the W3C’s logo and a link to the validator. The following piece of code inserts the validation icon and link on a page: <a href="http://validator.w3.org/check?uri=referer"> Table of ContentsChapter 1 - HTML Web Standards [top] |
|||||||||