What are good websites for learning HTML and CSS?
I knew how to code layouts for websites awhile back but forgot and want to learn agian! But i want to learn how to set up like pixels and such
Like this:
http://josephine.empty-cage.net/
and this:
http://kaleidoscrap.net/
Are there any good sites to learn CSS and HTML?
And are there any sites that teach me animation, pixeling, blinkies, and how to put them in a layout?
Try http://www.w3schools.com!
If you can’t learn what you need from there, you’re not trying hard enough! They have great mini tutorials and lists/explanations of all the different variables you ill need to use.
The sites you listed have a bunch of background-image:url(); and a:hover information. It shouldn’t be too difficult for you to copy.
Also, the kaleidoscrap is just a wordpress theme. You can probably download it somewhere and use it to help you understand what they did & how they did it.
They also have more thn just HTML & CSS!! Hope this helps!
Try http://www.w3schools.com!
If you can’t learn what you need from there, you’re not trying hard enough! They have great mini tutorials and lists/explanations of all the different variables you ill need to use.
The sites you listed have a bunch of background-image:url(); and a:hover information. It shouldn’t be too difficult for you to copy.
Also, the kaleidoscrap is just a wordpress theme. You can probably download it somewhere and use it to help you understand what they did & how they did it.
They also have more thn just HTML & CSS!! Hope this helps!
References :
http://www.w3schools.com is the best site to learn any web-based language.
If you want to learn HTML and CSS specifically, then you can refer to : http://www.html.net.
It almost covers all HTML tags and all concepts of CSS.
References :