<header> <h1></h1> </header> <section></section> <footer></footer>
<div> <span style="font-size:16px;font-weight:bold;"></span> </div> <div></div> <div></div>
<!-- 语义化的form --> <form> <input type="submit" /> </form> <!-- 非语义化的form --> <form> <a href="javascript:document.forms[0].submit()" >submit</a> </form>
原文:http://www.cnblogs.com/season-huang/p/3548514.html