-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
34 lines (29 loc) · 757 Bytes
/
footer.html
File metadata and controls
34 lines (29 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!-- NAME: Apoorva.Lingashettar
CLASS: CS553-A
ASSIGNMENT:4 -->
<html>
<head>
<title>
footer
</title>
<style>
body{
background-color: burlywood;
}
</style>
</head>
<body>
<table align="center" width="60%">
<tr>
<td><a href="property1.html" target="body_frame">Property 1</td>
<td><a href="property2.html" target="body_frame">Property 2</td>
<td><a href="property3.html" target="body_frame">Property 3</td>
<td><a href="property4.html" target="body_frame">Property 4</td>
<td><a href="body.html" target="body_frame">Home</td>
<td><a href="form.html" target="body_frame">Search</td>
</tr>
</table>
<p>
<i style="margin: 30px">Courtesy: Stack Overflow discussion forum for styling and CSS</i></p>
</body>
</html>