HTML 5 and CSS 3: 你即将可以使用的技术

What We Are Going to Build

This is what our page is going to look like when finished:

Diagram of basic structure

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 pages, and improve the web experience for everyone. In addition, HTML 5 will also include fancy APIs for drawing graphics on screen, storing data offline, dragging and dropping, and a lot more. Let's get started marking up the blog page.

Basic Structure

Before we begin marking up the page we should get the overall structure straight:

Diagram of basic structure

http://net.tutsplus.com/tutorials/html-css-techniques/html-5-and-css-3-the-techniques-youll-soon-be-using/


随机文章:

优美代码 HTML5 Nov 13, 2009
深陷 HTML5 Nov 11, 2009
使用CSS3 Oct 28, 2009
初看HTML5 Oct 27, 2009




收藏到:Del.icio.us

posted on 2009-10-27 11:13  元云  阅读(94)  评论(0编辑  收藏  举报

导航