blob: c7d48c4ebad86e3d3d363be3bd9081c828df78fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html style="height: 100%">
<head>
<title>test1</title>
</head>
<body style="height: 100%">
<input type="text" id="inp" value="">
</input>
<div style="height: 50%">Some text</div>
<div style="height: 50%">Some text</div>
<div style="height: 50%">Some text</div>
<div style="height: 50%; width: 300%">Some more text</div>
</body>
</html>
|