Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »
RSSmeme
HTML 5 and CSS 3: The Techniques You’ll Soon Be Using - http://net.tutsplus.com/tutoria...
http://www.rssmeme.com/story... Shared 71 times. Tagged CSS (776) css3 (84) css3 html (71) HTML & CSS (90) HTML 5 (109) html5 (438) . In this tutorial, we are going to build a blog page using next-generation techniques from HTML 5 and CSS 3. The tutorial aims to demonstrate how we will be building websites when the specifications are finalized and the browser vendors have implemented them. If you already know HTML and CSS, it should be easy to follow along. What We Are Going to Build This is what our page is going to look like when finished: Pretty much your every day blog design. Header with title, horizontal navigation, content area with comments and form, sidebar and a footer. Nothing too special. Let’s get building. HTML 5 HTML 5 is the next major version of HTML. It introduces a bunch of new elements that will make our pages more semantic. This will make it a lot easier for search engines and screenreaders to navigate our... - RSSmeme