< HTML> Creating a String Creating a String <% String greeting = "Hello from JSP!"; out.println(greeting); %>