|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <head> |
|
4 <meta charset="utf-8" /> |
|
5 <style> |
|
6 div |
|
7 { |
|
8 padding: 25px; |
|
9 width: 300px; |
|
10 display: block; |
|
11 } |
|
12 </style> |
|
13 </head> |
|
14 <body> |
|
15 <br /> |
|
16 <input id="textinput" style="width:100px; height:25px;" value="The rabbit-hole went straight on like a tunnel for some way and then dipped suddenly down" type="text"> |
|
17 <div id="first"> |
|
18 Alice was beginning to get very tired of sitting by her sister on the bank, and of having |
|
19 nothing to do: once or twice she had peeped into the book her sister was reading |
|
20 but it had no pictures or conversations in it, `and what is the use of a book,' thought |
|
21 Alice `without pictures or conversation?' |
|
22 </div> |
|
23 <div id="second"> |
|
24 Alice was beginning to get very tired of sitting by her sister on the bank, and of having |
|
25 nothing to do: once or twice she had peeped into the book her sister was reading, but it |
|
26 had no pictures or conversations in it, `and what is the use of a book,' thought Alice |
|
27 `without pictures or conversation?' |
|
28 </div> |
|
29 <div id="third"> |
|
30 So she was considering in her own mind (as well as she could, for the hot day made her |
|
31 feel very sleepy and stupid), whether the pleasure of making a daisy-chain would be worth |
|
32 the trouble of getting up and picking the daisies, when suddenly a White Rabbit with pink |
|
33 eyes ran close by her. |
|
34 </div> |
|
35 <div style="height:1000px;"></div> |
|
36 </body></html> |