Continue modifying your portFrame.html web page so it divides the browser window into frames.

One frame should contain all of your links to your web pages created this semester (except for the portfolio page itself). Call this frame "portLinks". The contents of this frame should be "portLinks.html", which contains links to all of the documents you have created. The links should display the contents of the web pages to which you are linking in a separate frame. Call this frame "main".

You may have to add to some of your web page links a "target" attribute that indicates where the linked content should be displayed. By default, a link will display the linked content in the frame containing the link.

Add an Address footer frame called "footer". The contents of this frame should be "footer.html", which contains information that should be included in an address footer along with an email link.

Save your page as portFrame.html.