Exercise 13: JSP using JSP directives
You are to create a JSP document that has static HTML that produces a page with a light blue background and contains a series of JSP directives :
1) specifies the returning document is an HTML page.
2) includes a static HTML page at the top, that represents a series of links to appear accross the top of the produced page, and is used like a navigation toolbar. It should contain a minimum of three links to other pages.