Still waiting for the New York Times to send me a bogus takedown notice
Place text box at bottom
| -rw-r--r-- | index.html | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -8,11 +8,12 @@ </head> <body> <h1>Guessing Game</h1> - <form onsubmit="checkAnswer(event)"> - <input type="text" placeholder="Guess" autofocus> - </form> <p id="hint"></p> <p id="win"></p> <p id="attempt"></p> + <form onsubmit="checkAnswer(event)"> + <input type="text" placeholder="Guess" autofocus> + </form> + </body> </html> |