web standard

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • milas57
    New Member
    • May 2007
    • 14

    web standard

    hello everyone im new in web development im kind loss i reading w3c.org web standard and i dont understand how to apply it in my web site any one can help please. thank you
  • just a feeling
    New Member
    • Aug 2007
    • 86

    #2
    Hi milas,
    i reading w3c.org web standard and i dont understand how to apply it in my web site any one can help please
    Just FOLLOW them. For example
    XHTML standard : all elements and attribute names should be written in lower case, and that all attribute values must be quoted.
    Now tell me, how would u apply this to your page ? Simply, don't use capital letters in all elements and attribute names. Quote all attribute values.

    Another example,
    Standard: all document types should be declared via the correct DOCTYPE declaration.
    How to follow this standard? Nothing more than declaring the proper DTD for each page u create.

    Next, Verify the validity of your final document through
    HTML validator
    Css validator
    They provide u with the line numbers where the errors occur.
    That's all. Start now and I'm sure you'll do well.

    Best of Luck,

    Comment

    • drhowarddrfine
      Recognized Expert Expert
      • Sep 2006
      • 7434

      #3
      There are a couple of articles in the Howtos at the top of this page, under the html/css section you can look at.

      Specifically, what are you trying to figure out? The standard can be rather difficult, in places, to understand. There are some parts that are well written and instructive, but others that are written in technical form that can be tough to understand.

      Comment

      • milas57
        New Member
        • May 2007
        • 14

        #4
        i was trying to understand css 2 specification i been reading the spec and dont understand how to apply the specification thank you

        Comment

        • drhowarddrfine
          Recognized Expert Expert
          • Sep 2006
          • 7434

          #5
          Perhaps you should look at the tutorials at http://www.w3schools.c om/

          Comment

          Working...