html写登陆界面
<!DOCTYPE html>
<html>
<head>
<title>Login</title>
</head>
<body>
<div class="login-form">
<h1 class="title">Login</h1>
<form action="" method="post">
<div class="input-group">
<label for="username">Username:</label><br />
<input type="text" name="username" id="username" placeholder="" />
</div><br />
<div class="input-group">
<label for="password">Password:</label><br />
<input type="password" name="password" id = "password" placeholder="" /><br /><br /> </div><br />
<!-- Submit Button -->
<!-- Note that the value of the name attribute will be available in $_POST['submit'] -->
<button type = "submit" name = "submitButtonName" value = "Submit Form"><b>LOGIN</b></button>
</form >
</div > <!-- End of Login Form -->
</body >
</html >
创作工场
免责声明:
以上内容除特别注明外均来源于网友提问,创作工场回答,未经许可,严谨转载。
点击这里>>使用🔥专业版,更聪明、更完整、更原创!