
- Javascript Basics Tutorial
- Javascript - Home
- Javascript - Overview
- Javascript - Syntax
- Javascript - Enabling
- Javascript - Placement
- Javascript - Variables
- Javascript - Operators
- Javascript - If...Else
- Javascript - Switch Case
- Javascript - While Loop
- Javascript - For Loop
- Javascript - For...in
- Javascript - Loop Control
- Javascript - Functions
- Javascript - Events
- Javascript - Cookies
- Javascript - Page Redirect
- Javascript - Dialog Boxes
- Javascript - Void Keyword
- Javascript - Page Printing
- JavaScript Objects
- Javascript - Objects
- Javascript - Number
- Javascript - Boolean
- Javascript - Strings
- Javascript - Arrays
- Javascript - Date
- Javascript - Math
- Javascript - RegExp
- Javascript - HTML DOM
- JavaScript Advanced
- Javascript - Error Handling
- Javascript - Validations
- Javascript - Animation
- Javascript - Multimedia
- Javascript - Debugging
- Javascript - Image Map
- Javascript - Browsers
- JavaScript Useful Resources
- Javascript - Questions And Answers
- Javascript - Quick Guide
- Javascript - Functions
- Javascript - Resources
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.
- Related Articles
- How to Make Your WebSite – “Device Friendly”
- How to create Favicon for your website?
- How to Prevent Your Website from Hackers?
- How to check the website status code using PowerShell?
- How to add authorization to your Django website?
- How to add security to your Django website?
- How to create a favicon for your website?
- How to center your website horizontally with CSS?
- How to Make Your Blog/Website SEO Optimized?
- How to add a YouTube Video to your Website?
- Your Website Needs More!
- QR code generating website in Django
- How to Build your own website using Django in Python
- Ways to Increase the Traffic to Your Website
- How to make embedded youtube videos look better on your website?
