<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0">
<jsp:directive.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>
</jsp:root>