Skip to content

Instantly share code, notes, and snippets.

@igorbenic
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igorbenic/a34f2867e69105fdb06f to your computer and use it in GitHub Desktop.
Save igorbenic/a34f2867e69105fdb06f to your computer and use it in GitHub Desktop.
html5_2
<embed src="myFlashFile.swf" >
<a href="/go/getflashplayer/">
<img src=http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif alt="Get Adobe Flash player" />
</a>
</embed>
<img src ="worldmap.gif" width="300" height="200" alt="Mapa Svijeta" usemap ="#drzave" />
<map name="drzave">
<area shape="rect" coords="10,15,30,25" href="SAD.html" alt="SAD" />
<area shape="circle" coords="95,40,20" href="Kina.html" alt="Kina" />
<area shape="poly" coords="97,76,115,76,113,83,105,90,97,76" href="Australija.html" alt="Australija" />
<area shape="default" href="kriviOdabir.html" alt="Krivo" />
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment