## EX.NO: 03 ### HTML Program to use Image Map ### Aim To create a web page using HTML that demonstrates embedding an image map using the provided image file `logo.svg`, defining hotspot regions, and linking the hotspots to relevant information when clicked. ### Algorithm 1. Begin the document with the `` declaration and create the basic structure using ``, `
`, and `` tags. 2. Inside the `` section: * Insert an `