зеркало из https://github.com/mozilla/gecko-dev.git
16 строки
341 B
HTML
16 строки
341 B
HTML
<!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>
|