How to Validate your Website Code?


Website development included writing code in HTML, CSS, JavaScript and the platform you’ve chosen. Your website may look correct, responsive and developed with website standards, but it may have some internal issues.

Tools are provided by W3C, to validate your website code:

Validate HTML5

Validator.nu is a validator, which validates HTML5, ARIA, SVG 1.1 and MathML 2.0. It checks the complete document and points out where the markup isn’t following the doctype.

W3C Markup Validator
It checks the HTML doctype and the markup. This validator is for those who are using HTML4 or XHTML1.x doctype. It also validates HTML5, but Validator.nu is considered far better since it’s newly introduced and updated.
You have options to Validate by URI, Validate by File Upload, Validate by Direct Input.

W3C CSS Validator
The W3C CSS Validator checks the CSS document that is it following the CSS specs properly or not. You have options to Validate by URI, Validate by File Upload, Validate by Direct Input.

W3C Link Checker
Upload your document here and check the links with the W3C Link Checker. If there’s any broken link, then this tool will let you know.

Updated on: 04-Oct-2019

139 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements