-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage.html
More file actions
25 lines (24 loc) · 768 Bytes
/
Copy pathpage.html
File metadata and controls
25 lines (24 loc) · 768 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
<html>
<body>
<table border="1" width="100%" height="20%">
<tr>
<td>
<h1>This is header
</td>
</tr>
</table>
<table border="1" width="100%" height="60%">
<tr>
<td width="30%" valign="top"><h2>Look in the box at the right for some info..</td>
<td width="70%" valign="top"><h2>Here is some info </td>
</tr>
</table>
<table border="1" width="100%" height="20%">
<tr>
<td>
<h1>This is footer
</td>
</tr>
</table>
</body>
</html>