为什么这个%显示在电子邮件中,它应该输入您的电子邮件
答案 0 :(得分:0)
代码看起来像这样:
<form method="post">
<input type="email" placeholder="Please Enter Your Email" />
<input type="password" placeholder="Password" />
</form>
答案 1 :(得分: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>