Ex No: 12 | JSP DEFINITION |
---|---|
Aim: | To create a JSP page to get names and display their definition. |
Algorithm | |
Step1: Create a folder “Ex12” to place the HTML and JSP files. | |
Step2: Create files “index.html” and “ex12.jsp”. | |
Source Code | |
index.html
ex12.jsp
|
|
Result: | Thus JSP page is written to get name and display definition. |