http://www.imooc.com/code/2047
塊狀元素、內(nèi)聯(lián)元素(又叫行內(nèi)元素)和內(nèi)聯(lián)塊狀元素。
常用的塊狀元素有:
<div>
、<p>
、<h1>
、<h6>
、<ol>
、<ul>
、<dl>
、<table>
、<address>
、<blockquote>
、<form>
常用的內(nèi)聯(lián)元素有:
<a>
、<span>
、<br>
、<i>
、<em>
、<strong>
、<label>
、<q>
、<var>
、<cite>
、<code>
常用的 內(nèi)聯(lián)塊狀元素 有:
<img>
、<input>