Yeah for ... vishesh ..., glad to see others think starting with a "do it all" tool is a bad move.
HTMLDog
AListApart
Mezzoblue
All good sources.
Best thing to do is learn by building simple bits.
Learn the ie bugs off by heart - look for IE + Bug + hasLayout ... will solve half your problems!
Also, learn the basics, make sure you get those right every time... you'd be amazed the results from one stupid little error!
Refer to this thread...
http://www.daniweb.com/forums/thread88871.html
That covers some of the basics, and gives you a head start on the right path (or atleast, what I see as the right path!).
Do not fall for flashy, clever or exagerated stuff - stick to the basics.
With multiple basics you get clever results any way (It's like building blocks).
Find an approach to layouts that suits you (positioned, floated, inline etc.).
I myself break the site into chunks/sections... header, main, footer. Then I code within those blocks... not 1 purists view, nor 100% semanticly perfect, but fairly clean and saves a whole world of positioning issues.
Basics to figure and play with.
You can position a container relatively, then position child items within it absolutely.
Try to use EM's as a font measurement, and gfor heights (no 20px boxes!... try 2 em), as when you increase text size, things shift with the text, rather than breaking out.
And Validate.
Oh, and Validate again!
Everytime you alter something, Validate!
Get it ?
And make your own notes - you will understand thigns and phrase them to suit yourself... you may see an example, read the details and it will make no sense... when you do it though, you will grasp it... so write it for your benefit!
For graphics... learn to make them bigger than needed if backgrrounds for links etc. if not repeating... .. so if the box gets bigger, the image does leave gaps
Well, good luck.