10 08 11
20 06 09
So you want your website to be in the middle of the page. But you don’t want to use the <center> because it is deprecated and won’t validate.
This is a simple way to align your website layout to the center using just CSS, and it’s valid
30 05 09
Doctypes tell your browser what kind of markup language your pages use.
There are many different Doctypes, and with each DTD there are tags that can’t be used, which would make your web pages invalid if they are used.
30 05 09


