Lab 3-5 - Template Lab
Instructions
- Watch this video to learn about including JSP files and how to get started with this lab.
- Break up the index.jsp page into parts. These parts will include:
- The main index.jsp page
- The menu page
- The head tag page
- The header page
- The footer page
Screenshots
To receive credit for this lab save a screenshot in the projects/screenshots/week10
directory.
You may combine the below into one screenshot and name it lab5.png
.
lab5-index.png
: The newindex.jsp
pages running in the browser.
Add, commit, and push and verify all work, including screenshots are visible in GitHub.
Rubric
All of the following must be satisfied to achieve a "Met" status
- Screenshot clearly shows the JSP running in the browser.
- Code and screenshot are properly named and saved in the correct directory.
- All lab steps have been accurately and appropriately implemented.
Additional Considerations
- Components of the index page are broken up logically, i.e., navigation, footer, header, etc.