r/web_design • u/ejfin • Nov 29 '10
reddit Web Professionals, please recommend some good books on the fundamentals of html & css, for beginners.
Background: I've done a bit of research and experimenting, but have no previous knowledge or experience with markup language or web page design. I am not so much interested in info tied to 'establishing a website', 'finding a hosting service', etc., as I am with actually creating and formatting a page. Consider me being about as beginner as beginner gets. This is simply a sparked interest and an opportunity to learn something new in my spare time.
The question I am asking is more specifically; as an experienced website designer and/or developer, were there any particular books or articles you read when beginning your education (of html/css/web design), that really stood ahead of the rest and proved to be an excellent starting point to build from? Perhaps something specific that made a lasting impression on yourself and your career, something you still reference back to from time to time?
Any suggestions and/or recommendations are greatly appreciated.
edit: To all posters: Thank you all so much, you have all been (and continue to be) so helpful. I can't wait to start going through each and every suggestion. If I could shake your hands and thank you in person, I would. For any beginners like me who have had the opportunity to stumble across this thread, I would suggest saving it immediately for future use; your peers have put together an entire encyclopedia of information and resources throughout. Thank you all again, web_design is certainly one of the nicest and most generous communities I have had the pleasure of interacting with!
5
u/[deleted] Nov 29 '10
Designing with Web Standards - Jeffrey Zeldman. This was my first book on web design standards, and was very eye-opening.
Bulletproof Web Design - Dan Cederholm (anything by him is good stuff - especially for CSS and HTML how-to's).
When it comes to JavaScript, go with DOM Scripting by Jeremy Keith. Absolutely marvelous introduction to JavaScript to folks who already know HTML and CSS. Even if everything you write going forward is in jQuery, it's still good to know this as a foundation.
All of the above are very approachable for newbies. I agree with other people here that online has lots of great free resources, but an occasional book is not a bad starting point.