入力タイプを削除する方法-ユーザーがクリックしたときの値のテキスト。.......ではなくパスワードを印刷する方法Javaスクリプトを使用する必要がありますか?phpがドットを削除する方法はありますか?
これが私のコードです
<html>
<form action="testing.php" method="POST">
<p>SIGN UP</p>
<input type="text" name="name" value="Enter Name" />
<input type="password" name="password" value="Enter Password"/>
<input type="submit" name="submit"/>
</form>
</html>