-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathf4.html
More file actions
36 lines (29 loc) · 711 Bytes
/
f4.html
File metadata and controls
36 lines (29 loc) · 711 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
35
36
<html>
<head>
<title></title>
</head>
<center>
<body>
<table rows=3 cols=4 border="1">
<tr>
<th>Post_Id</th>
<th>Profile_Id</th>
<th>Account_Joined</th>
<th>Last_Active</th>
</tr>
<tr>
<td>1</td>
<td>100</td>
<td>26th March 2012</td>
<td>1 Hour ago</td>
</tr>
<tr>
<td>2</td>
<td>101</td>
<td>6th February 2012</td>
<td>10 Hour ago</td>
</tr>
</table>
</body>
</center>
</html>