在前臺(tái)頁(yè)面設(shè)計(jì)中,為了實(shí)現(xiàn)更好的頁(yè)面效果,我們可以在超鏈接文字前加上合適的小圖標(biāo),從而給用戶更好的視覺體驗(yàn)。
<!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>
新聞熱點(diǎn)
疑難解答
圖片精選