W3 validation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • suganthy
    New Member
    • Nov 2007
    • 8

    W3 validation

    Hi,
    I am new to html .i dont know ,Why we doing W3c validation for our html file..

    can any one tell me why we need to validate our site after complete it.


    Thanks
    Last edited by suganthy; Nov 15 '07, 11:26 AM. Reason: spelling mistake
  • numberwhun
    Recognized Expert Moderator Specialist
    • May 2007
    • 3467

    #2
    Originally posted by suganthy
    Hi,
    I am new to html .i dont know ,Why we doing W3c validation for our html file..

    can any one tell me why we need to validate our site after complete it.


    Thanks
    That would be to ensure that it conforms to the standards that have been set forth by the w3c. HTML can be written very "messily" with far too many shortcuts. By validating, you are ensuring that it will be compatible with more than just things like IE.

    Regards,

    Jeff

    Comment

    • drhowarddrfine
      Recognized Expert Expert
      • Sep 2006
      • 7434

      #3
      Another way to say it is that you are doing error checking. Sometimes you can create a page that "works" but has errors. But just because it works only means the browser guessed right and there are no assurances other browsers will guess correctly or that your markup will be interpreted the same as newer versions of browsers come out.

      In fact, true xhtml and xml require perfect validation and browsers will not display a page with any errors.

      Comment

      • suganthy
        New Member
        • Nov 2007
        • 8

        #4
        Originally posted by drhowarddrfine
        Another way to say it is that you are doing error checking. Sometimes you can create a page that "works" but has errors. But just because it works only means the browser guessed right and there are no assurances other browsers will guess correctly or that your markup will be interpreted the same as newer versions of browsers come out.

        In fact, true xhtml and xml require perfect validation and browsers will not display a page with any errors.

        THANKS A LOT FOR UR ANSWERS

        Comment

        Working...