Does anyone have a check list on the best practices for XHTML?
|
closed as not constructive by Bill the Lizard♦ Jun 9 '12 at 16:57
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Have a look at XHTML Best Practices. |
|||
|
|
|
If you use the W3C validator service, you'll learn a lot about how your XHTML should be structured. |
|||
|
|
|
|||
|
|
|
I'd say best practices are to make your code clean. Organize your tags. Put notes if you want in your code /This is a note/. Have an external style sheet. Like may already point out, validate often at http://validator.w3.org/ validate your CSS too at: http://jigsaw.w3.org/css-validator/ Also, don't overlook the
Give a specific title to each page. |
||||
|
|
