2 <body style=
"overflow-y:scroll">
3 The body should always have a vertical scrollbar.
5 <div style=
"width:300px;height:100px;overflow-y:scroll">
7 Y scroll
<br>Y scroll
<br>Y scroll
<br>Y scroll
<br>Y scroll
<br>Y scroll
<br>Y scroll
<br>
8 Y scroll
<br>Y scroll
<br>Y scroll
<br>Y scroll
<br>Y scroll
<br>Y scroll
<br>
9 Y scroll
<br>Y scroll
<br>Y scroll
<br>Y scroll
<br>
12 <div style=
"width:300px;height:100px;overflow-x:scroll; white-space:nowrap">
13 X scroll X scroll X scroll X scroll X scroll X scroll X scroll X scroll X scroll
14 X scroll X scroll X scroll X scroll X scroll X scroll
15 X scroll X scroll X scroll X scroll X scroll X scroll X scroll
18 <textarea style=
"overflow-y:scroll">Textarea y-scroll
</textarea>
20 <textarea style=
"overflow-x:scroll">Textarea x-scroll
</textarea>