Skip to main content

CS8661- Internet Programming Lab Experiment 1

Experiment 1 Description

  1. Create a web page with the following using HTML
    • To embed a map in a web page
    • To fix the hot spots in that map
    • Show all the related information when the hot spots are clicked.

AIM

To design web pages using HTML and to embed the image maps in the web page

ALGORITHM

  1. Create a home page for country map.
  2. Create hotspots in the country map web page using map and area tags
  3. Create separate web page for each of the hotspots identified in the previous step using basic HTML tags.
  4. Display the created web pages on the web browser.

Program

Experiment 1 - Web design using HTML