Validating HTML

It is also easy to make mistakes in HTML code when a person does not have experience creating HTML code. To uncover issues it is possible to validate if HTML code adheres to the HTML standard. In order to do so, it is possible to copy and paste HTML code in https://validator.w3.org/. Please note that, if HTML code is private and ment for internal use only, then using this validator means that HTML code will be send across public Internet. Even so this website uses encryption, you need to be careful of sending data across the Internet.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator