TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What are the best resources to learn basic HTML/CSS for a total newbie?

2 pointsby lsanzaabout 12 years ago
A colleague (who isn't technical at all) is trying to understand better how what we do on the technical side works and has asked me for some references.<p>I've found several but I'm not sure if they're appropriate for someone with pretty basic or no knowledge of anything that is CS related. Is there any resource that has helped some of you in the past?

8 comments

charlieparkabout 12 years ago
I really liked the Webmonkey lessons, but that was a very long time ago, and I have no idea if the lessons they had are at all useful these days.<p>I've heard the Head First books are good for people who are pretty new to web development, but I have to say that their iPhone development book didn't work for me at all.<p>Ultimately, the best thing is to save a webpage that someone else made, and to then start tweaking it, and to compare the differences between the old and new versions (use multiple tabs). Then, begin to plan what changes you'd like to see, and see if you can change the page appropriately.<p>In Chrome or Firefox, the "inspect element" tool is really really useful.<p>Good luck to your colleague.
mlwarrenabout 12 years ago
I found this book by Duckett to be very helpful. It provides a good visual overview of the stuff you're learning. <a href="http://www.amazon.com/HTML-CSS-Design-Build-Websites/dp/1118008189/ref=sr_1_1?ie=UTF8&#38;qid=1368456903&#38;sr=8-1&#38;keywords=html+and+css" rel="nofollow">http://www.amazon.com/HTML-CSS-Design-Build-Websites/dp/1118...</a>
meeritaabout 12 years ago
I would recommend you codeacademy too for HTML/CSS. It is a pretty quick and easy markup language and presentational language. Both easy to learn if you really focus the learning on the code and what it does instead of the cool result you gonna get.
willcateabout 12 years ago
This page on the codeacademy site:<p><a href="http://www.codecademy.com/tracks/web" rel="nofollow">http://www.codecademy.com/tracks/web</a>
flignatsabout 12 years ago
<a href="http://www.codecademy.com" rel="nofollow">http://www.codecademy.com</a> is a great start for someone completely new.
mcrittendenabout 12 years ago
<a href="http://learncss.tutsplus.com/" rel="nofollow">http://learncss.tutsplus.com/</a>
lsanzaabout 12 years ago
Thanks for all the answers! I got a couple of friends to mention codeacademy as well...
anishkothariabout 12 years ago
I recommend Head First HTML/CSS. It's what I used - great book!