Hacker News new | ask | show | jobs
by Tangaroa 5298 days ago
Once you understand the basics of HTML and CSS syntax, I recommend reading the CSS box model specification. It will tell you exactly how layout is supposed to work, and you will be able to understand the various tutorials as derivatives of that model. The CSS spec is a good read in general for learning the styling features.

Other good resources include A List Apart for tutorials and Peter Paul Koch's web site for discussions of cross-browser interoperability.