您好,登錄后才能下訂單哦!
這期內容當中小編將會給大家帶來有關什么是html map標簽,文章內容豐富且以專業的角度為大家分析和敘述,閱讀完這篇文章希望大家可以有所收獲。
map標簽常用在為圖像的某區域添加超鏈接,主要定義一個客戶端圖像映射,圖像映射(image-map)指帶有可點擊區域的一幅圖像。
作用:定義一個客戶端圖像映射。
說明:圖像映射(image-map)指帶有可點擊區域的一幅圖像。
注釋:area 元素永遠嵌套在 map 元素內部。area 元素可定義圖像映射中的區域。<img>中的 usemap 屬性可引用 <map> 中的 id 或 name 屬性(取決于瀏覽器),所以我們應同時向 <map> 添加 id 和 name 屬性。
html map標簽 示例
<html> <body> <img src="https://cache.yisu.com/upload/information/20200318/90/5764.jpg" border="0" usemap="#planetmap" alt="Planets" /> <map name="planetmap" id="planetmap"> <area shape="circle" coords="180,139,14" href ="http://www.php.cn/example/html/venus.html" target ="_blank" alt="Venus" /> <area shape="circle" coords="129,161,10" href ="http://www.php.cn/example/html/venus.html" target ="_blank" alt="Mercury" /> <area shape="rect" coords="0,0,110,260" href ="http://www.php.cn/example/html/venus.html" target ="_blank" alt="Sun" /> </map> <p><b>注釋:</b>img 元素中的 "usemap" 屬性引用 map 元素中的 "id" 或 "name" 屬性(根據瀏覽器),所以我們同時向 map 元素添加了 "id" 和 "name" 屬性。</p> </body> </html>
上述就是小編為大家分享的什么是html map標簽了,如果剛好有類似的疑惑,不妨參照上述分析進行理解。如果想知道更多相關知識,歡迎關注億速云行業資訊頻道。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。