入门基础:http://www.html5china.com/course/list_3_1.html
HTML Reference: http://dev.w3.org/html5/html-author/
基本的框架:
<!DOCTYPE html> <html> <head>
<title>XXX</title>
<link rel="stylesheet" href="...." />
<meta name="xx" content="xx" />
<script type="txt/javascript" src=".."></script>
</head>
<body>
....
..
.
</body>
</html>