为什么%在我网站的第一次加载中显示

时间:2016-07-29 06:33:08

标签: html5

enter image description here

为什么这个%显示在电子邮件中,它应该输入您的电子邮件

2 个答案:

答案 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>