1. 統一性原則
2. 相關性原則
3. 簡潔性原則
1. 使用統一樣式
text-decoration: none;
color: #f2f2f2;
font-size: 18px;
margin-bottom: 10px;
.link {
font-size: 16px;
color: #0078d7;
text-decoration: none;
margin-bottom: 10px;
2. 使用偽類
a:hover {
color: #ddd;
text-decoration: underline;
a:hover:after {
content: "\25b2";
font-size: 18px;
3. 使用表格
<table>
<tr>
</tr>
<tr>
</tr>
</table>
4. 使用圖片