diff --git a/index.html b/index.html index f6cf829..3d485d1 100644 --- a/index.html +++ b/index.html @@ -44,6 +44,10 @@ Slider - Do you need a range slider? +
  • + + Map - Image map with coordinates +
  • diff --git a/map/circus.jpg b/map/circus.jpg new file mode 100644 index 0000000..9a2718c Binary files /dev/null and b/map/circus.jpg differ diff --git a/map/clown.htm b/map/clown.htm new file mode 100644 index 0000000..4339969 --- /dev/null +++ b/map/clown.htm @@ -0,0 +1,20 @@ + + + + + + + HTML Tips and Tricks - Map + + + + + +
    +

    You have selected a Clown

    +
    + clown +
    +
    + + \ No newline at end of file diff --git a/map/clown.jpg b/map/clown.jpg new file mode 100644 index 0000000..a8446af Binary files /dev/null and b/map/clown.jpg differ diff --git a/map/elephant.htm b/map/elephant.htm new file mode 100644 index 0000000..50af3a4 --- /dev/null +++ b/map/elephant.htm @@ -0,0 +1,20 @@ + + + + + + + HTML Tips and Tricks - Map + + + + + +
    +

    You have selected an Elephant

    +
    + elephant +
    +
    + + \ No newline at end of file diff --git a/map/elephant.jpg b/map/elephant.jpg new file mode 100644 index 0000000..07792ca Binary files /dev/null and b/map/elephant.jpg differ diff --git a/map/horse.htm b/map/horse.htm new file mode 100644 index 0000000..a1cb015 --- /dev/null +++ b/map/horse.htm @@ -0,0 +1,20 @@ + + + + + + + HTML Tips and Tricks - Map + + + + + +
    +

    You have selected a Horse

    +
    + horse +
    +
    + + \ No newline at end of file diff --git a/map/horse.jpg b/map/horse.jpg new file mode 100644 index 0000000..1f7d553 Binary files /dev/null and b/map/horse.jpg differ diff --git a/map/index.html b/map/index.html new file mode 100644 index 0000000..46d57e8 --- /dev/null +++ b/map/index.html @@ -0,0 +1,28 @@ + + + + + + + HTML Tips and Tricks - Map + + + + + +
    +

    Map - Image map

    +
    + Circus + + + Elephant + Lion + Horse + Clown + Clown + +
    +
    + + diff --git a/map/lion.htm b/map/lion.htm new file mode 100644 index 0000000..f710025 --- /dev/null +++ b/map/lion.htm @@ -0,0 +1,20 @@ + + + + + + + HTML Tips and Tricks - Map + + + + + +
    +

    You have selected a Lion

    +
    + lion +
    +
    + + \ No newline at end of file diff --git a/map/lion.jpg b/map/lion.jpg new file mode 100644 index 0000000..ed67656 Binary files /dev/null and b/map/lion.jpg differ diff --git a/meter/index.html b/meter/index.html new file mode 100644 index 0000000..e69de29