HTML Validation

If you like to code HTML websites, you should read this blog post!

The World Wide Web Consortium was created to provide a ruleset for writing HTML. This is important in order to ensure that web content will be largely synonymous across web browsers.

HTML is a certain type of markup language. It has a few different levels of strictness. Being more strict with the way you write your HTML can lead to better-written and supported code.

W3C has written an HTML validator that lets you know if your code fits to the standard you have chosen. This is great because it double checks your code for you and tells you if you are making silly errors.

Here’s the link: Validator

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>