Are you tired of irksome popups? It would be nice to be able to enter text into a page and to have the page act on it. There is a way. It's done with an input element.
We type this
<p>Enter text here: <input type="text" id="inputBox"></input></p>
to get this.
Enter text here:
Here is a list that starts out being empty.