Editorial / Best Answer
psuresh1982
It means checks the markup validity of Web documents in HTML
Markup Validity:
However, Just as texts in a natural language can include spelling or grammar errors, documents using Markup languages may (for various reasons) not be following these rules. The process of verifying whether a document actually follows the rules for the language(s) it uses is called validation, and the tool used for that is a validator. A document that passes this process with success is called valid.
With these concepts in mind, we can define "markup validation" as the process of checking a Web document against the grammar (generally a DTD) it claims to be using.
What is HTML validation?
Profile Answers by fred Questions by fred
Questions by fred answers by fred
Editorial / Best Answer
psuresh1982Profile Answers by psuresh1982 Questions by psuresh1982
It means checks the markup validity of Web documents in HTML
Markup Validity:
However, Just as texts in a natural language can include spelling or grammar errors, documents using Markup languages may (for various reasons) not be following these rules. The process of verifying whether a document actually follows the rules for the language(s) it uses is called validation, and the tool used for that is a validator. A document that passes this process with success is called valid.
With these concepts in mind, we can define "markup validation" as the process of checking a Web document against the grammar (generally a DTD) it claims to be using.
Related Answered Questions
Related Open Questions