使用者工具

網站工具


webdesign:head_rush_html_4_5

Head Rush HTML 讀書筆記

Chapter Four

<a>

title 屬性,滑鼠移上去會出現工具提示。

<a href="http://sars.tw" title="SARS's History">SARS.tw</a>

Destination anchor

<a id="anchor">TEXT AREA</a>
http://file.to/file.html#anchor

target

target="_blank"    // 強制開新視窗
target="page1"     // 使用名為 page1 的視窗,如果沒有此視窗則開新視窗

Chapter Five

網頁圖片。

替代文字

當找不到圖片時,IE 會顯示問題圖示,並顯現出 alt 內容;Firefox 則只會顯示文字,看不出來有圖片失效;而 Safari 只會顯示圖片有問題,不會顯示 alt 內容。

alt="Content"

大小

width="640"
height="480"

使用「邊緣調和」讓圖片融入背景。

webdesign/head_rush_html_4_5.txt · 上一次變更: 2007/07/15 14:53 由 wenpei