- Sometimes you might want to create a text box. To do that
<br><br>
<div style="height:100px;width:150px;overflow:scroll;">
enter your text here
</div>
This is what a text box looks like. You can use it if you want scrolling text. Put your own text where it says "enter your text here"
- You can make the box longer or wider by changing the height or width. The sample box is currently 100px high and 100px wide.