我想使用 JavaScript 清除默认文本并允许用户输入他选择的单词。我如何将这个东西与我的 HTML 代码集成。我需要它来进行测试。下面是我的 HTML 代码。
<html>
<body bgcolor="black"><form method="get" action ="http://localhost:2013">
<center>
<font color="white" size=65>Enter Word:
<input type="text" name="word"></font></center>
</br><center>
<font color="Green" size=65>
<input type="submit" value="SUBMIT"></font></center><
form>
</body>
</html>
有什么建议么?