偽類選擇器
:link? 選擇所有未訪問的鏈接
:visited??? 選擇所有已被訪問的鏈接
:active???? 選擇活動鏈接
:hover???? 選擇鼠標指針位于其上的鏈接
:focus????? 選擇獲得焦點的元素
:first -- letter??? 選擇每個所選元素的首字母
:first -- line???? 選擇每個所選元素 首行
:first -- child???? 選擇屬于父元素的第一個子元素的標簽元素
:before???? 在每個標簽元素的內容之前插入內容
:after???? 在每個標簽元素的內容之后插入內容
:first -- of -- type???? 選擇屬于其父元素的首個<p>元素的每個<p>元素
:last -- of -- type?????? 選擇屬于其父元素的最后<p>元素的<p>元素
:only -- of -- type????? 選擇屬于其父元素唯一的最后<p>元素的每個<p>元素
:only -- child???????????? 選擇屬于其父元素唯一的子元素的每個<p>元素