Newer
Older
<html>
<head>
<title>Sample "Hello, World" Application</title>
<link rel="stylesheet" type="text/css" href="style.css">
<table border="0" cellpadding="10">
<tr>
<td>
<img src="http://sites.psu.edu/siowfa15/wp-content/uploads/sites/29639/2015/10/cat.jpg">
</td>
<td>
<h1>Sample "Hello, World" Application</h1>
</td>
</tr>
</table>
<p>This is the home page for the HelloWorld Web application. </p>
<p>To prove that they work, you can execute either of the following links:
<ul>
<li>To a <a href="hello.jsp">JSP page</a>.
<li>To a <a href="hello">servlet</a>.
</ul>