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