HTML ismap屬性是一個布爾屬性。如果存在,則指定圖像是服務器端image-map的組成元素(image-map是具有可單擊區域的圖片)。在服務器端image-map上單擊時,印刷機會協調作為URL查詢字符串發送到服務器的平方小節
適用於:
- <img>
例:
<!DOCTYPE html>
<html>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h2>HTML ismap Attribute</h2>
<a href="#">
<img src="img3.png"
alt="GFG.com"
width="400"
height="150"
ismap>
</a>
</center>
</body>
</html>
輸出:
前:
單擊圖像後:
支持的瀏覽器:下麵列出了HTML max屬性支持的瀏覽器:
- 穀歌瀏覽器
- Opera
- Safari
- Firefox
- IE瀏覽器
相關用法
- HTML <img> ismap屬性用法及代碼示例
- Node.js util.types.isMap()用法及代碼示例
- Underscore.js _.isMap()用法及代碼示例
- Lodash _.isMap()用法及代碼示例
- HTML <html> xmlns屬性用法及代碼示例
- HTML scoped屬性用法及代碼示例
- HTML <th> valign屬性用法及代碼示例
- HTML <col> align屬性用法及代碼示例
- HTML poster屬性用法及代碼示例
- HTML Class屬性用法及代碼示例
- HTML style屬性用法及代碼示例
- HTML oninvalid用法及代碼示例
- HTML <select> autocomplete屬性用法及代碼示例
- HTML <table> bgcolor屬性用法及代碼示例
- HTML onsubmit用法及代碼示例
- HTML onunload用法及代碼示例
- HTML srcdoc屬性用法及代碼示例
- HTML Marquee truespeed用法及代碼示例
- HTML onkeyup用法及代碼示例
- HTML ondrop用法及代碼示例
- HTML <td> abbr屬性用法及代碼示例
- HTML onpageshow用法及代碼示例
- HTML reversed屬性用法及代碼示例
注:本文由純淨天空篩選整理自shubham_singh大神的英文原創作品 HTML | ismap Attribute。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。