Do you take valid coding into consideration when making a website? What's your opinion on valid codes? I personally always write valid coding, and try to make my coding well structured as possible.
if u want to get that tag of Valid CSS or Valid XHTML or whatever, go for it, if i have a small site, which not many ppl visit, id not care about the validity, nobody looks at the code afterall, it should be visually appealing.
Even if the site doesn't receive a lot of visitors, I still prefer to make my code valid and accessible for me. It's more organized that way, and it's easier for the author of the code to read which is a major plus. Once you write valid code, it's hard to write unvalid code.