summaryrefslogtreecommitdiffstats
path: root/HTML/Chapter/Ch. 9 hands-on assignments/Ch9_msglm/9.2.index.html
blob: 98c4b70a322b2b52323f0e66e6c6afcedabe3a48 (plain) (blame)
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Page Title Goes Here</title>
<meta charset="utf-8">
<style>

</style>
</head>
<body>

<table border=1>
    <tr>
        <td rowspan=3>Cana Island Lighthouse</td>
        <td>Built: 1869.</td>
    </tr>
    <tr>
        <td>Automated: 1944.</td>
    </tr>
    <tr>
        <td>Tower Height: 65 Feet.</td>
    </tr>
</table>

</body>
</html>