D:\JavaFrameworks\InsuranceFramework\web\jsp\MyTestjsp.jsp
 1 <%-- 
 2     Document   : MyTestjsp
 3     Created on : Oct 22, 2010, 12:51:11 PM
 4     Author     : sameldin
 5 --%>
 6 
 7 <%@page contentType="text/html" pageEncoding="UTF-8"%>
 8 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
 9    "http://www.w3.org/TR/html4/loose.dtd">
10 
11 <html>
12     <head>
13         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
14         <title>JSP Page</title>
15     </head>
16     <body>
17         <h1>Hello Sam Eldin</h1>
18     </body>
19 </html>
20 
21