Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Well done!

You have completed (UPI) Chapter 5: Image Manipulation in HTML!

Instruction

Creating Image Maps in HTML

An image map allows you to define clickable areas, or “hotspots,” within an image that lead to different pages or display information based on where the user clicks. For example, a map of the United States might contain hotspots for each state that link to more detailed pages about each one.

HTML Structure for an Image Map

To create an image map, you’ll use three main HTML elements: ...