无懈可击的web设计-读书笔记1

一个标准的html5页面


     <!DOCTYPE html> 


<title>Page Title</title> 

<meta name="viewport" content="width=device-width, initial-scale=1"> 

<link rel="stylesheet" href="http://meyerweb.com/eric/tools/css/reset" />
<!--[if lt IE9] >
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>




hmtl5

验证w3c的网站 http://validator.w3.org

你可能感兴趣的:(无懈可击的web设计-读书笔记1)