HTML5/CSS3 Guides or tutorials [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this questionAre there any highly recommended resources for getting started with HTML5 and CSS3 for designing web application开发者_开发技巧s?
Seems to be the wave of the future..Lets hear everyones thoughts
http://net.tutsplus.com/tutorials/html-css-techniques/html-5-and-css-3-the-techniques-youll-soon-be-using/
http://www.w3schools.com/html5/html5_reference.asp
http://www.w3schools.com/css3/css3_reference.asp
I saw this the other day and it is super awesome
http://html5boilerplate.com/
HTML5 Boilerplate is the professional badass's base HTML/CSS/JS template for a fast, robust and future-proof site.
After more than two years in iterative development, you get the best of the best practices baked in: cross-browser normalization, performance optimizations, even optional features like cross-domain Ajax and Flash. A starter apache .htaccess config file hooks you the eff up with caching rules and preps your site to serve HTML5 video, use @font-face, and get your gzip zipple on.
Boilerplate is not a framework, nor does it prescribe any philosophy of development, it's just got some tricks to get your project off the ground quickly and right-footed.
There are about 20 articles covering specific aspects of HTML5 and CSS3 on Dev.Opera. See http://dev.opera.com/articles/tags/open%20web/ for an overview.
精彩评论