blob: fe224cf8fec2352e1e41cf60b0ce5d264235cca5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<!doctype HTML>
<body>
<div style="border: 1px solid blue;">
<div style="display: inline-block;">
<textarea style="display:block;">hello
world</textarea>
</div>
</div>
</body>
|