菜鸟学堂
在线运行
源代码
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>菜鸟学堂()</title> </head> <body> <img src="planets.gif" width="145" height="126" usemap="#planetmap"> <map name="planetmap"> <area id="venus" shape="circle" coords="124,58,8" alt="Venus" href="venus.htm"> </map> <p>金星区域的 protocol: <script> document.write(document.getElementById('venus').protocol); </script> </p> </body> </html>
运行结果
在线运行
菜鸟学堂 edu.jb51.net