Hi @mcarbajalh ...
I don't have tons of experience with this, but I'll try my best. The short answer is...I don't think this is possible...at least not using similar code that I've provided below.
Using Adobe Dreamweaver, I tried to create a hotspot/image map within an image on a new page, and then tweaking the code sightly for Canvas, I came up with something like this:
<p>
<img src="/courses/###/files/#####/preview" alt="Koala" width="640" height="480" usemap="#Map"/>
<map name="Map">
<area shape="rect" coords="221,216,445,362" href="http://www.google.com/" target="_blank" alt="Google Website">
</map>
</p>
However, after saving this code in a Canvas page, the image map didn't work for the area that I had selected in Dreamweaver. In fact, when I went back to edit the code in the Canvas page, it looked quite different than what I had pasted in from Dreamweaver...including some stuff about data-api-endpoint and data-api-returntype="File" which I assume has to do with the location of the image in the course "Files". My assumption is that Canvas stripped out some of my code because it is not part of the HTML whitelist...specifically the map and area tags.
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.