November 2, 2010 at 11:14 AM
Hi,
Here is the answer,
It's the process by which we check files - html, css and other things - to see if they comply with industry standards. For some, the process of validation gets in the way as they create web content. That's a fairly dangerous attitude.
Integrate validation into your creative process. Once that becomes part of the way you do things, you'll thank me for it. As I like to say, "Validate early and often."
There are three real good reasons why you want to validate your work. Each of them support the principle of adherence to specifications.
1. It Helps Resolve Cross-Browser, Cross-Platform And Future Compatibility Issues.
By creating files that are syntactically correct, you stand the highest probability that your page will work properly in the greatest number of devices, software and operating systems available today or emerging tomorrow. Using the most widely supported industry standards is a method of safeguarding your designs against future shock.
2. Search Engine Visibility
Creating well-formed documents means using syntax that search engines, like Google, love. Without getting too techy here, search engine spiders crawl through web sites and index your pages so that others may find you.
3. It's A Learning Tool
Once you starting validating your files you'll find the process to be an invaluable learning experience. Validation itself will teach you what are the best ways to create your XHTML/HTML and CSS files. Validation is a great teacher.
Thanks.
Related Tutorials/Questions & Answers:
Advertisements
HTMLHTML What is Semantic
HTML? What are the reasons for
validating a
HTML HTMLHTML What is Semantic
HTML? What are the reasons for
validating a
HTML Validating XMLValidating XML Hi,
I have a string containing data in XML format. I have to Validate this xml data. Is there any method in java that allows strings as input to validate xml?
Please visit the following link:
http
Validating image sizeValidating image size How to validate image size to 2MB in javascript which is updating to mysql database
Validating the password fieldValidating the password field When the validate method returns back to the registration page the password field get cleared there by asking again...
*newuser.jsp*
<%@page contentType="text/
html" pageEncoding="UTF-8"%>
<
validating - Swing AWTvalidating hi another problem i am facing in swing is that is
i have got many textfeilds
ex:
Roll No:
Name:
Address:
so
Roll No TextField have to Contains only Numbers.
Name TextFields have to contain only
validating email idvalidating email id how to validate the email id ?
<html>
<script>
function validate(){
var e=document.getElementById('email').value;
var regExpObj = /(\d\d\d)-\d\d\d\d\d\d\d\d/;
var reg
HTMLHTML What is SPAN in
HTML HTMLHTML What is
HTML? What is a Hypertext link
HTMLHTML What is
HTML? What is a Hypertext link
HtmlHtml What is
HTML? What is a Hypertext link
HTMLHTML What is BODY in
HTML document
htmlhtml diffrence between
html and xml
htmlhtml How to add the calendar in
html code
htmladd a header in the
html page what we can do to add a header in the
html page
HTMLHTML How do we specify page breaks in
HTML HTMLHTML What is a tag? How can we use MARQUEE in
HTML htmlhtml how to convert
html page into jsp page
htmlhtml i want a registration page in
html with good background
HTMLHTML how can we give the unlimited size in the
html htmlhtml what we can do to add a header in the
html page
htmlhtml what we can do to add a header in the
html page
validating username and password from databasevalidating username and password from database Hello sir, i am developing a login page. i want that when i fill data in text fields. it validate data from database. if enter data is match from database. page goes to next page
HTMLHTML Hi,
What is the full form of
HTML?
Thanks
(adsbygoogle = window.adsbygoogle || []).push({});
Hi,
The
HTML stands for HyperText Markup Language.
HTML is used to create webpage for world wide web
htmlhtml sir i am new to eclipse and i am created a
html program and also tomcat is running successfully in side the eclipse.but now how i deploy that
html program in the eclipse
htmlhtml Can we Access database through
html page and how,if not then why
HTMLHTML How do we create a link? What are the three types of form tags in
HTML htmlhtml how we can give the form actions in
html after register button in the login page
htmlAdding Header in HTML what we can do to add a header in the
html page
htmlhtml For what is used
HTML?
Using
HTML we can create a Web Page which can be viewed through a Web Browser over Internet.
HTML describes... or the End Tag is defined as </> . The whole
HTML document is enclosed
HtmlHtml in the web page if judge select the age and category then automatically under that conditions the details will be display in the form of grid
give me that code in
html and java
html html write a
html program to print "HELLO WORD"in red coaler font size 12 and italic stile
Here is a
html code that display the message "Hello World" in red font with size 12 and in italics.
<html>
<
HtmlHtml i am select the dateofbirth through the
html browser.but it can not save into the sql server 2008 database.any special code required to store the date in database by using java servlets
HTMLHTML I have created an info.html file for the applet.The class file is located in a directory different from the
HTML file.The info.html file I have created is below.
<HTML>
<HEAD>
<BODY>
<APPLET
Code
HTMLHTML in
html how can we can upload the file
<tr>
<td><strong>Video of the work:</strong>
<td><b>... the file give me the code for this in
html and java
HTMLHTML how can we design the gird form view in
html
i want the following fields in the grid form
The fields are Name of the candidate,Title... me the coding for this in
html htmlhtml Create a web page with the following using
HTML
i) To embed an image map in a web page
ii) To fix the hot spots
iii) Show all the related information when the hot spots are clicked.please reply me sir
HtmlHtml I was designing a webpage, i need to create selection boxes one beside other, how i'll be able to do it using
HTML code,
Please give me a sample code for that...
looking forward for your usefull code
Html:48:44 PM
Author : SAMSUNG
--%>
<%@page contentType="text/
html" pageEncoding="UTF-8"%>
<!DOCTYPE
HTML PUBLIC "-//W3C//DTD
HTML 4.01...;
<head>
<meta http-equiv="Content-Type" content="text/
html Html:48:44 PM
Author : SAMSUNG
--%>
<%@page contentType="text/
html" pageEncoding="UTF-8"%>
<!DOCTYPE
HTML PUBLIC "-//W3C//DTD
HTML 4.01...;
<head>
<meta http-equiv="Content-Type" content="text/
html HTML where i can store in the database
SEND ME THE CODE FOR THIS IN JAVA AND
HTML HtmlHtml in
html form for the address by using input as textarea i am writing the code as
<tr>
<td valign="top"><strong>Address: </strong></td>
<td><textarea name="Address" rows="8
htmlhtml
HTML document with Javascript to count the number of vowels in a text typed in
text area.
please send the code.
Hi Ravi
Here...
HTML PUBLIC "-//W3C//DTD
HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
HtmlHtml can we send data from one
html page to another
html page? if yes how?
Yes, using javascript.
1)page1.html:
<html>
<form type=get action="page2.html">
<table>
<tr>
<td>First Name
validating text fields - Swing AWTvalidating text fields hi i am using NETBEANS IDE so when i want to validate TEXTFEILDS if one textfield is blank then it should focus on that particular textfield so help me with this plz.....
/*
* To change this template
HTML it shows as null.
here is the
html code for date of birth:
<tr>
<