In JDeveloper create a new application called demos. Use the
"JSP, Struts,
Begin by adding an HTML page called index.html to Web Content. This page should be titled "J2EE Demonstrations" and will contain links to your other HTML and JSP pages.
Create a second page called home.html. This page should contain your name, a photograph of you or your avatar, a link to your employer's home page, and anything else you want to reveal about yourself, a list of hobbies, for example. Feel free to lie. The point is to experiment with HTML elements, fonts, colors, etc.
Put a link called "about me" from index.html to home.html.
Make index.html the default start page under the Run/Debug settings of the project properties.
Run index.html.