tags:

views:

320

answers:

9

My friend is interested in getting into web design. Unfortunately, I cant seem to find a cool hands on HTML tutorial for him to try out. I am running out of practical examples for him, and I don't have the time to sit around and teach him. Do you have any suggestions?

EDIT:

I have already introduced him to W3 Schools, it does not show any real world applications of the tags it introduces. I am looking for something that he might be able to follow along with and make a finished product. Thanks.

+7  A: 

The best place to start is http://www.w3schools.com/. Past that, sitepoint has some good examples and books as well.

update: If he likes to learn by example, http://csszengarden.com/ is a good link too.

update to your edit: If you want all of the lessons to flow into a single example in the end, you might want to try a book. I have used this book several times in the past, older versions as well as this newer one, with good results. It also works really well as a reference once you learn most of it.

I would reiterate the sitepoint.com though. They have very nice tutorials like these on html/xhtml: http://www.sitepoint.com/subcat/html

Ryan Guill
w3schools is the best..it lets you play personally with the examples
TStamper
5 Seconds.... lol :-)
Ian Jacobs
Thank you for the suggestions.
Chris B.
w3schools is nice for reference but it doesnt really teach you anything. You'll likely learn all the wrong ways to do something
Joe Philllips
@d03boy: you won't learn the wrong ways to do things, because w3cschools sticks to the W3C standards. But I agree that it's much better for reference than for teaching.
David Zaslavsky
csszengarden does not teach you any HTML. it's a CSS gallery based on the same generic html document
cherouvim
You will learn the wrong ways. W3Schools is loaded up with errors.
David Dorward
+2  A: 

http://www.w3schools.com/default.asp

Ian Jacobs
+1 I want to say same thing.
Syed Tayyab Ali
A: 

W3Schools, I still often use it as a quick reference.

Ben S
+8  A: 

The one and only http://htmldog.com/

cherouvim
A: 

W3Schools is the best, I learn HTML with them, but here is an alternative good tutorial: HTML Dog.

Canavar
+3  A: 

I would second the option to go for a book - have you had a look at

or

I have to admit that I haven't read either of these titles, but have read a couple of the other Head First books and have been very impressed; the content is easily digestible and presented in a manner that is conducive to learning.

Russ Cam
<3 Head First books
Joe Philllips
+3  A: 

The Opera Web Standards Curriculum has an expansive collection of tutorials that not only cover code semantics and syntax, but things like Web Design concepts and accessibility information. It's awfully in depth, and a great way to get the "whole picture" instead of how to write a table in HTML.

Jacob Hume
A: 

It may not be the best, but I leaned with this one from how stuff works.

Jeremy
+1  A: 

http://www.htmldog.com it is a very easy to understand site.

simplyme