-
Notifications
You must be signed in to change notification settings - Fork 0
/
3.html
25 lines (18 loc) · 1009 Bytes
/
3.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Three Slots</title>
<link rel="stylesheet" href=".\style.css">
</head>
<body>
<div class="div">
<iframe src="https://www.google.com/webhp?igu=1" frameborder="0.5" height="100%" width="50%"></iframe>
<div style="float: right; height: 100%; width: 49.8%;"><iframe src="https://www.google.com/webhp?igu=1" frameborder="0.5" height="50%" width="100%" style="float: right; border-left: 1px; border-color: black; border-style: solid;"></iframe>
<iframe src="https://www.google.com/webhp?igu=1" frameborder="0.5" height="50%" width="100%" style="float: right; border-top: 1px; border-left: 1px; border-bottom: 1px; border-color: black; border-style: solid;margin-top: 0;"></iframe>
</div>
</div>
</body>
</html>
<!-- By-Vibhor Jaiswal -->