怎么去掉下劃線
1 回答
已采納

慕萊塢9220042
TA貢獻(xiàn)377條經(jīng)驗(yàn) 獲得超508個(gè)贊
你好,
直接看個(gè)例子就明白了
<!DOCTYPE?HTML> <html> ????<head> ????????<meta?http-equiv="Content-Type"?content="text/html;?charset=utf-8"> ????????<title>無下劃線的a標(biāo)簽</title> ????</head> ????<style?type="text/css"> ?????a?{text-decoration:none} ????</style> ????<body> ????<a?href="http://idcbgp.cn">慕課網(wǎng)</a> ????</body> </html>
望采納!
添加回答
舉報(bào)
0/150
提交
取消