Hello all,
About 10 years ago I started realising how logical the structure of html was and began making pages. They were horrible. I'm glad I didn't try to validate them as I would have broken all known records for errors. In the last couple of years I took it up again and have come to see the importance of writing clean code and validating it. So I spent some time on one of my sites fixing all the errors on one particular page, until it validated transitional. Which was a nice feeling!
Now I realise that validating transitional is better than not validating, but that ideally I want to aim for strict. So I'm currently teaching myself css properly, instead of using snippets and not understanding it. My questions are:
1) What changes do I need to make to take my pages from transitional to strict? (Please don't direct me to the main w3.org site. It's not at all clear in my opinion.) Either a list of things, or a link to a helpful and clear page on it would be great.
2) I've just started teaching my nearly 10 year old html. Do you think it's a good idea to start her off using css as well as html? Or just stick with html even though some of the elements or attributes may be depreciated?
Many thanks for any answers
About 10 years ago I started realising how logical the structure of html was and began making pages. They were horrible. I'm glad I didn't try to validate them as I would have broken all known records for errors. In the last couple of years I took it up again and have come to see the importance of writing clean code and validating it. So I spent some time on one of my sites fixing all the errors on one particular page, until it validated transitional. Which was a nice feeling!
Now I realise that validating transitional is better than not validating, but that ideally I want to aim for strict. So I'm currently teaching myself css properly, instead of using snippets and not understanding it. My questions are:
1) What changes do I need to make to take my pages from transitional to strict? (Please don't direct me to the main w3.org site. It's not at all clear in my opinion.) Either a list of things, or a link to a helpful and clear page on it would be great.
2) I've just started teaching my nearly 10 year old html. Do you think it's a good idea to start her off using css as well as html? Or just stick with html even though some of the elements or attributes may be depreciated?
Many thanks for any answers
Comment