Home >Web Front-end >HTML Tutorial >Please explain the code. Thank you_html/css_WEB-ITnose

Please explain the code. Thank you_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:14:421083browse

src="/i/eg_planets.jpg"
border="0" usemap="#planetmap"
alt="Planets" />



shape="circle"
coords="180,139,14"
href ="/example /html/venus.html"
target ="_blank"
alt="Venus" />

shape="circle"
coords="129,161 ,10"
href ="/example/html/mercur.html"
target ="_blank"
alt="Mercury" />

shape ="rect"
coords="0,0,110,260"
href ="/example/html/sun.html"
target ="_blank"
alt="Sun" />



Reply to discussion (solution)

This is w3school code, it is image mapping, you can understand it by looking at the example
http://www.w3school.com.cn/tiy/t.asp?f=html_areamap

Divide the map image into different areas and add different operations to different areas~~

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn