① 網頁的背景圖片的 html 代碼怎麼寫
推薦使用Dreamweaver網頁製作工具,圖形界面,所見即所得,非常方便!
② css背景圖片代碼
寫css背景圖片代碼可以參考以下:
<html>
<head>
<style type="text/css">
body {background-image:url(abc.jpg);}
</style>
</head>
<body>
</body>
</html>
(2)網頁背景圖片源代碼擴展閱讀:
1、背景圖片語法:{background-image: url(url)|none}
2、背景固定語法:{background-attachment:fixed|scroll}
3、背景重復語法:{background-repeat:inherit|no-repeat|repeat|repeat-x|repeat-y}
4、背景定位語法:{background-position:數值|top|bottom|left|right|center}
參考資料來源:網路-CSS語法
③ 怎麼在網頁中插入圖片html圖片代碼
在網頁中插入圖片html圖片代碼方法:
步驟:
一、html圖片標簽語法
<imgsrc="divcss-logo-201305.gif"width="165"height="60"/>