在前臺頁面設計中,為了實現更好的頁面效果,我們可以在超鏈接文字前加上合適的小圖標,從而給用戶更好的視覺體驗。
<!DOCTYPE html><html lang="zh-cn"><head> <meta charset="UTF-8"> <title>Document</title> <style> a{ display:inline-block; width: 100px; height:40px; background: gray url(../img/logo.png) no-repeat fixed 10px center; text-indent:35px; } </style></head><body> <a href="http://www.baidu.com">百度</a></body></html>
新聞熱點
疑難解答