07_CSS指定背景圖片超連結 07_CSS指定背景圖片超連結 2015-06-12 jashliao Comments 0 Comment 07_CSS指定背景圖片超連結 css file body { background: url(./image/122947366.jpg); } html file <html> <head> <title>網頁標題</title> <link rel="stylesheet" type="text/css" href="02.css"> </head> <body> </body> </html>