gpt4 book ai didi

html - “必需”属性不起作用

转载 作者:行者123 更新时间:2023-11-28 04:47:40 28 4
gpt4 key购买 nike

<分区>

我最近为我创建了一个网页来学习更多关于 HTML 的知识,我发现了 'required' 属性。我将它添加到字段中,但它什么也没做。

谁能告诉我我对“必需”属性的错误?

我希望它在字段为空时说“请填写此字段”

<html>
<head>
<link href="icon.ico" rel="icon">
<title>Log In</title>
</head>
<body>
<h1 align="center">Welcome to site</h1>
<hr width="50%"/>
<br/>
<table align="center">
<form>
<tr>
<td>Log In : </td>
<td><input type="text" name="LogInEmail" placeholder="Enter your email" required></td> </tr><tr>
<td>Password : </td>
<td><input type="password" name="password" placeholder="Password" required></td>
</tr>
</form>
</table>
<br/>
<table align="center">
<form>
<tr>
<td><input type="submit" value=" Log In "/></td>
</tr>
</form>
</table>
</body>
</html>

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com