Question:
What is HTML Validation?
anonymous
1970-01-01 00:00:00 UTC
What is HTML Validation?
Twelve answers:
anonymous
2016-03-29 03:26:48 UTC
It is not necessary to convert them at all. As long as your markup(html/css) code is valid then you are just fine.
Tuhinur Rahman
2014-03-07 19:13:02 UTC
Error free HTML coding. This called HTML Validation. You can use NeatBeans IDE this software find out your error.
fresh
2007-04-03 07:04:35 UTC
actually ie of netscape can display some of the output to an html even if it is not syntatically correct...

syntatically correct html code is actually required

this done via HTMLvalidation
anonymous
2007-04-03 01:59:55 UTC
If your document is on the web, you can validate it to the advanced option by entering its address instead. There is a HTML Validator for Mozilla which check pages from within the Firefox web browser. It is a mozilla extension that adds HTML validation inside firefox and mozilla
anonymous
2007-04-03 01:21:24 UTC
syntax validation

whether you have closed tags properly

whether you are using unsupported nested tags

whether you are using unsupported attribute

you can validate your webpage at w3c.org
Woody
2007-04-03 01:11:45 UTC
Valid HTML conforms with standards as described by the World Wide Web Consortium (also known as the W3C -- http://www.w3.org/). The W3C defines these standards so software from different vendors will understand HTML in the same way.



It's similar to having a dictionary and grammar rules for English.



Validation is the process of verifying (with software) that the HTML conforms to all the rules of the language. Like most languages, HTML is evolving, so there are versions (and dialects, like XHTML).



Validation is like spell-checking and grammar-checking your HTML.
necromancer
2007-04-03 01:03:05 UTC
I would say it is using front end scripting & HTML to validte user input -- as opposed to sending the unput to the app layer and carrying out the validation there
JD
2007-04-03 01:00:32 UTC
It validates the HTML page if the html tags,attributes and other characteristics are up-to-date. If you have not known before, their are many versions of html, and I think that the most recent today is xhtml.



By validating the html pages,validators can see whether the pages' html properties are still suitable for what is allowed by the internet governing body W3C.
p37ry
2007-04-03 00:51:41 UTC
That's when HTML is verified as having the correct syntax and usage.



http://www.google.com/search?hl=en&q=define%3AHTML+validation



Hope this helps!
anonymous
2007-04-03 00:55:44 UTC
its when a computer program is used to check the validity or syntactical correctness of a fragment of code or document. The term is commonly used in the context of validating HTML, CSS and XML documents or RSS feeds though it can be used for any defined format or language.
MY LORD
2007-04-03 02:16:53 UTC
Valid HTML is HTML that has been written in accordance with WC3 and uses the correct syntax.
SravanKumar Iyer ( Shavi)
2007-04-03 08:44:57 UTC
It means validation at the front end.

The userinput is checked at the client end rather than sending it to the server end


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...