Problem Statement:

Implement exercise 7 using frames concept. Divide the web page into two parts using frames. Left frame should display the hyperlinks and when the user clicks a link, corresponding page should be loaded into the right frame.

Source Code:

main.html

left.html

right.html

Output:

Click Here for viewing output