<%@ 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>