源代碼
點擊運行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>教程</title> </head> <body> <img src="/images/logo.png" width="145" height="126" usemap="#planetmap"> <map name="planetmap"> <area id="venus" shape="circle" coords="124,58,8" alt="金星" href="venus.htm"> </map> <p>金星的替代文本: <script> document.write(document.getElementById("venus").alt); </script> </p> </body> </html>
運行結果