Skip to content
Snippets Groups Projects
Commit d32ad655 authored by Mielaikaite Donata (Student Com15)'s avatar Mielaikaite Donata (Student Com15)
Browse files

insert cat, change background colour

parent aebc5f76
No related branches found
No related tags found
1 merge request!3Develper
<html>
<head>
<title>Sample "Hello, World" Application</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body bgcolor=red>
<table border="0" cellpadding="10">
<tr>
<td>
<img src="images/springsource.png">
<img src="http://sites.psu.edu/siowfa15/wp-content/uploads/sites/29639/2015/10/cat.jpg">
</td>
<td>
<h1>Sample "Hello, World" Application</h1>
......@@ -22,6 +23,8 @@
<li>To a <a href="hello.jsp">JSP page</a>.
<li>To a <a href="hello">servlet</a>.
</ul>
<p>
</p>
</body>
</html>
body {
color: blue;
}
img {
height:250px;
width:450px;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment