Live data from Hacker News

Ask HN: Best way to learn HTML and CSS for web design?

news.ycombinator.com

21–30 of 68 posts

Re: Ask HN: Best way to learn HTML and CSS for web design?

#21
Anchoring onto this, but with different requirements: Are there tightly condensed resources to learn the most important bits of HTML, CSS and plain JavaScript really fast for somebody who otherwise knows how to code and has written some HTML a long ago.

Or is it like with LaTeX that you just start and on-demand google the pieces?

Re: Ask HN: Best way to learn HTML and CSS for web design?

#23
There is truly no substitute to just jumping into the thick of things, learning by doing, and looking up how to do things as you go along. However, I know that it's intimidating when you are starting out and don't know where to turn first. For that first kick-starter course to form some basic knowledge, I have found that http://www.lynda.com has a really wide variety of beginner tutorials to get your feet wet in many different categories.

Re: Ask HN: Best way to learn HTML and CSS for web design?

#24

I run a group with almost 600 JavaScript learners. With this many people, we've been through the vast majority of self-study resources. My goto recommendation for learning HTML, CSS, & JavaScript is http://www.freecodecamp.com/ This has consistently had the best results for our learners! It (a) assumes no knowledge coming in, (b) provides a linear progression from no knowledge to a portfolio of web applications, (c)…

Say I'm already a competent programmer in C++/Python. would these also work out?

Re: Ask HN: Best way to learn HTML and CSS for web design?

#26
post #25

While not a perfect site, http://www.w3schools.com/ is my to-go place whenever I need check something. Its content might not be all fully correct, but strangely it gets to the point very efficiently for me.

Please try to support free and open resources like MDN (https://developer.mozilla.org/en-US/) and http://www.webplatform.org instead of w3schools

Re: Ask HN: Best way to learn HTML and CSS for web design?

#28

I run a group with almost 600 JavaScript learners. With this many people, we've been through the vast majority of self-study resources. My goto recommendation for learning HTML, CSS, & JavaScript is http://www.freecodecamp.com/ This has consistently had the best results for our learners! It (a) assumes no knowledge coming in, (b) provides a linear progression from no knowledge to a portfolio of web applications, (c)…

[deleted]
Post reply on HN