-
Notifications
You must be signed in to change notification settings - Fork 0
/
iframes.html
32 lines (30 loc) · 1.37 KB
/
iframes.html
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
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<table>
<tr>
<td>
<iframe src="index.html" width="250" height="250" scrolling="yes" marginwidth="10" marginheight="10" frameborder="1">></iframe>
<iframe src="index.html" width="250" height="250" scrolling="yes" marginwidth="10" marginheight="10" frameborder="1"></iframe>
<iframe src="index.html" width="250" height="250" scrolling="yes" marginwidth="10" marginheight="10" frameborder="1"></iframe>
</td>
</tr>
<tr>
<td>
<iframe src="index.html" width="250" height="250" scrolling="yes" marginwidth="10" marginheight="10" frameborder="1">></iframe>
<iframe src="index.html" width="250" height="250" scrolling="yes" marginwidth="10" marginheight="10" frameborder="1"></iframe>
<iframe src="index.html" width="250" height="250" scrolling="yes" marginwidth="10" marginheight="10" frameborder="1"></iframe>
</td>
</tr>
<tr>
<td>
<iframe src="index.html" width="250" height="250" scrolling="yes" marginwidth="10" marginheight="10" frameborder="1">></iframe>
<iframe src="index.html" width="250" height="250" scrolling="yes" marginwidth="10" marginheight="10" frameborder="1"></iframe>
<iframe src="index.html" width="250" height="250" scrolling="yes" marginwidth="10" marginheight="10" frameborder="1"></iframe>
</td>
</tr>
</table>
</body>
</html>