After following, you can keep track of his dynamic information in a timely manner
Courses in the relevant section:Common tags and attributes in HTML (document head)
<link rel="stylesheet" type="text/css" href=""> rel標(biāo)簽:定義文檔與外部文檔之間的關(guān)系
rel標(biāo)簽定義圖片 rel="shortcut icon"
2018-11-020個(gè)贊
Courses in the relevant section:Common tags and attributes (hyperlinks) in HTML
鏈接去除下劃線 <style type="text/css"> a{text-decoration: none;} </style>
a:hover{color:red;text-decoration: underline;} 鼠標(biāo)移動(dòng)鏈接上變色 并且顯示下劃線
2018-11-020個(gè)贊