背景圖案設置
在body標籤上加入background=「url」url
圖片插入網頁中
<img src=「url」>spa
alt 文字 圖片註釋
width
height
border
align left 圖左文右
right 圖右文左
top 文上
middle 文中
bottom 文下
空隙
vspace 像素 垂直屬上下兩端與物的距離
hspace 像素 水平索引
用圖片作超連接
就是超連接嵌套<img src>圖片
地圖索引
<map nane="xxx">
<img src="url"usemap="#xxx">
<area shape="截圖的形狀"coords="座標"href="地址">
選中的區塊 rect 矩形 4點
circle 圓 3點
poly 多邊形 幾邊形就幾點
</map>ci
圖片索引
用表格來定位,在消除表格邊線與邊距。加上超連接就好了。map