Ex No 1 embedded map in webpage and fix the hotspot using html | internet programming laboratory

Опубликовано: 04 Ноябрь 2024
на канале: Quick Through
1,593
33

********** Welcome to Our Youtube Channel *************
internet programming laboratory full playlist:
   • internet programming laboratory  

Create a webpage with the following using HTML
a. To embed a map in a webpage
b. To fix the hot spots in that map
c. Show all the related information when the hotspots are clicked.

ALGORITHM
1. Start the program.
2. Create a html file with map tag.
3. Set the source attribute of the img tag to the location of the image and also set the use map attribute.
4. Specify an area with name, shape and href set to the appropriate value.
5. Repeat step-4 for as many hotspots you want to put in the map.
6. Create html files for each and every hotspots the users will select.
7. Stop the program.