Mega Code Archive

 
Categories / Java Tutorial / JSP
 

Jsp page without Java code

<%@ page language="java"  contentType="text/html" %> <html> <head> </head> <body> <h1> This is an HTML page. </h1> <table border="1">  <tr>    <td>This is a HTML table.</td>  </tr> </table> </body> </html>