views:

56

answers:

3

Hello,

I know that there are a lot of books where html xhtml css and javascript is described but maybe You know is there any example of creating modern website from scratch using above techniques with nice design and so on?

Thanks for help

+2  A: 

This is kind of a broad question. Three design sites I frequent are:

http://ajaxian.com/

http://www.smashingmagazine.com/

http://psd.tutsplus.com/

These are loaded with tutorials and great articles.

buckbova
+1  A: 

For design ideas, Design Meltdown is great

And for how to actually create websites, w3schools is good ( i know alot of people will say its out of date, but i still think its a great place to learn, as its a step by step process)

Another good way to learn HTML is to look around on other peoples websites and if you see something you like, view their source code to see how they have done it (Google Chrome provides a good way to do this by letting you hover your mouse over the code and it will highlight the element on screen it is referring to (in the Ctrl+Shift+J Window (Developer Tools)))

Chief17
+1  A: 

This could be good for you: http://www.cssbeauty.com/

Rimian