blob: 77f3a35d6ae0e8a7b5b0b59204af5036d816feeb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="../handleprop.js" type="text/javascript"></script>
</head>
<body>
<div id="parent">
<div id="child">
<div class="floatTop"></div>
<div class="floatTop"></div>
</div>
</div>
</body>
</html>
|