Last active
August 29, 2015 14:24
-
-
Save igorbenic/a34f2867e69105fdb06f to your computer and use it in GitHub Desktop.
html5_2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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