Starter Tutorials

A tutorial site for beginners!

Starter tutorials contains well written tutorials on various technologies. Simple examples have been provided through out the tutorials to help the beginners understand them in a easy way.

Go to Blog »

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