2016-07-29 9 views

答えて

0

に、このようなコードを見て何かを見せている理由:

<form method="post"> 
 
<input type="email" placeholder="Please Enter Your Email" /> 
 
<input type="password" placeholder="Password" /> 
 
</form>

0

このメソッドを使用し

<html> 
 
<body> 
 
<input required type="email" placeholder="Enter Your Email" /> 
 
<input required type="password" placeholder="Enter Password" /> 
 
<input type="submit" value="submit" /> 
 
<body> 
 
</html>

+0

ブラウザの履歴をクリアしてもう一度お試しください –

関連する問題