所屬章節(jié)課程:HTML中的常用標(biāo)簽及屬性(文檔頭部 head)
<link rel="stylesheet" type="text/css" href=""> rel標(biāo)簽:定義文檔與外部文檔之間的關(guān)系
rel標(biāo)簽定義圖片 rel="shortcut icon"
2018-11-020個(gè)贊
所屬章節(jié)課程:HTML中的常用標(biāo)簽及屬性(超鏈接)
鏈接去除下劃線 <style type="text/css"> a{text-decoration: none;} </style>
a:hover{color:red;text-decoration: underline;} 鼠標(biāo)移動(dòng)鏈接上變色 并且顯示下劃線
2018-11-020個(gè)贊