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
web standard
Collapse
X
-
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
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, -
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
-
Comment