English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Can Someone please tell me what is HTML Validation? Many thanks

2007-04-02 20:48:21 · 12 answers · asked by RedFerrari 4 in Computers & Internet Programming & Design

12 answers

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.

2007-04-02 20:55:44 · answer #1 · answered by Anonymous · 0 0

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.

2007-04-02 21:00:32 · answer #2 · answered by JD 3 · 0 0

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.

2007-04-02 21:11:45 · answer #3 · answered by Woody 2 · 0 0

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

2007-04-02 21:59:55 · answer #4 · answered by Anonymous · 0 0

Valid HTML is HTML that has been written in accordance with WC3 and uses the correct syntax.

2007-04-02 22:16:53 · answer #5 · answered by MY LORD 5 · 0 0

Error free HTML coding. This called HTML Validation. You can use NeatBeans IDE this software find out your error.

2014-03-07 14:13:02 · answer #6 · answered by Tuhinur Rahman 1 · 0 0

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

2007-04-02 21:03:05 · answer #7 · answered by necromancer 3 · 0 0

It is not necessary to convert them at all. As long as your markup(html/css) code is valid then you are just fine.

2016-03-28 23:26:48 · answer #8 · answered by Anonymous · 0 0

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

2007-04-03 03:04:35 · answer #9 · answered by fresh 2 · 0 0

It means validation at the front end.
The userinput is checked at the client end rather than sending it to the server end

2007-04-03 04:44:57 · answer #10 · answered by SravanKumar Iyer ( Shavi) 2 · 0 0

fedest.com, questions and answers