Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the best website for learning HTML Semantically? [closed]

Where should I point someone to learn the basics of HTML/CSS? I personally got my start from HTMLGoodies way back in the day, but while I thank Ken Burns for getting me going, I'm loathed to send someone out to that site nowadays as I think it's dated.

Obviously there are many sites out there that cumulatively contain all the information needed, but where to send someone new who you don't want to scare off?


edit:

I honestly thought I'd been missing something by not having used w3schools.com, but I see that within three pages of the tutorial (both html and xhtml) they use <b></b>. Damned shame they're not encouraging semantics.

Anyone know something that gets people off on the right foot?

like image 861
Steve Perks Avatar asked Dec 17 '08 19:12

Steve Perks


2 Answers

I can't believe how many people are answering with w3schools. I couldn't recommend enough that people never EVER mention this place again. It is a terrible resource.

A few good places:

Addition for HTML5: http://diveintohtml5.ep.io/

http://alistapart.com

http://www.quirksmode.org/

http://www.thinkvitamin.com/

Not complete, but alistapart.com is required reading for any web developer we hire.

like image 129
Mike Avatar answered Nov 05 '22 07:11

Mike


Also, never underestimate the power of reading the source on well-written websites.

like image 25
singpolyma Avatar answered Nov 05 '22 09:11

singpolyma