vote up 2 vote down star
2

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.

flag

9 Answers

vote up 8 vote down check

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

link|flag
w3schools is the best..it lets you play personally with the examples – TStamper Apr 21 at 19:20
5 Seconds.... lol :-) – Ian Jacobs Apr 21 at 19:22
Thank you for the suggestions. – Chris B. Apr 21 at 19:23
4  
w3schools is nice for reference but it doesnt really teach you anything. You'll likely learn all the wrong ways to do something – d03boy Apr 21 at 19:51
1  
@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 Apr 21 at 20:11
show 1 more comment
vote up 1 vote down

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

link|flag
vote up 0 vote down

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

link|flag
vote up 1 vote down

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.

link|flag
vote up 2 vote down

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.

link|flag
<3 Head First books – d03boy Apr 21 at 19:55
vote up 1 vote down

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

link|flag
vote up 6 vote down

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

link|flag
vote up 1 vote down

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

link|flag
vote up 3 vote down

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

link|flag
+1 I want to say same thing. – Syed Tayyab Ali Apr 21 at 19:20

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.