blob: 4f5bd0f4f0873ba9e0b124a9f2343d67673c5fd4 (
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: 350%">Some more text</div>
</body>
</html>
|