HTML5一些文章

入门基础: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>

posted on 2012-05-09 08:59  leohxj  阅读(180)  评论(0编辑  收藏  举报

导航