Spaces:
Sleeping
Sleeping
| <html> | |
| <head> | |
| <title>Simple HTML Page</title> | |
| </head> | |
| <body> | |
| <label for="textbox">Enter some text:</label> | |
| <input type="text" id="textbox" name="textbox"> | |
| </body> | |
| </html> | |