Springe direkt zu Inhalt

Mitarbeiter

<!DOCTYPE html>
<html>
<body>

<p>Click on the sun or on one of the planets to watch it closer:</p>

<img src="https://www.fixefete.de/media/image/product/10294/lg/sonnensystem-planeten-deko-set.jpg" width="400" height="400" border= "1" alt="Planets " usemap="#planetmap">

<map name="planetmap">
  <area shape="rect" coords="15,35,125,150" alt="Jupiter" href="https://www.welt.de/img/wissenschaft/mobile157447831/2552507557-ci102l-w1024/Planet-Jupiter.jpg">
  <area shape="rect" coords="150,100,250,200" alt="Sun" href="https://static.wixstatic.com/media/ac9393_9ddb1702fc714ccf954d0d55054f2570~mv2.gif">
  <area shape="circle" coords="100,220,40" alt="Earth" href="https://klexikon.zum.de/images/thumb/d/db/Nasa_blue_marble.jpg/300px-Nasa_blue_marble.jpg">
    <area shape="circle" coords="260,45,40" alt="Uranus" href="https://www.computerhope.com/jargon/m/example.mp3">
 
</map>

</body>
</html>