<html> <head> <title>Title</title> </head> <body> <form action="/login"> <input type="text" name="user"/> <input type="password" name="password"/> <input type="submit" value="登录"/> </form> </body> </html>在这个代码的基础上为页面添加背景
时间: 2023-08-14 12:33:58 浏览: 81
可以通过CSS来为页面添加背景。可以在<head>标签中添加一个<style>标签,并设置body的背景属性,例如:
```
<html>
<head>
<title>Title</title>
<style>
body {
background-image: url('background.jpg');
background-repeat: no-repeat;
background-size: cover;
}
</style>
</head>
<body>
<form action="/login">
<input type="text" name="user"/>
<input type="password" name="password"/>
<input type="submit" value="登录"/>
</form>
</body>
</html>
```
其中,background-image属性指定背景图片的URL,background-repeat属性指定背景图片是否重复显示,background-size属性指定背景图片的尺寸和位置。
相关问题
<!DOCTYPE html> <html> <head> <title>Login</title> </head> <body> <h1>Login</h1> <form action="/login" method="post"> <label for="username">Username:</label> <input type="text" id="username" name="username"><br><br> <label for="password">Password:</label> <input type="password" id="password" name="password"><br><br> <input type="submit" value="Submit"> </form> </body> </html> 增加取消按钮
要在上述代码中添加一个取消按钮,可以在 `<form>` 标签的后面插入一个 `<input>` 标签。以下是修改后的代码:
```html
<!DOCTYPE html>
<html>
<head>
<title>Login</title>
</head>
<body>
<h1>Login</h1>
<form action="/login" method="post">
<label for="username">Username:</label>
<input type="text" id="username" name="username"><br><br>
<label for="password">Password:</label>
<input type="password" id="password" name="password"><br><br>
<input type="submit" value="Submit">
<input type="button" value="Cancel" onclick="window.location.href='/cancel'">
</form>
</body>
</html>
```
在上述代码中,我们添加了一个 `<input>` 标签,类型为 "button",值为 "Cancel"。同时,我们为该按钮添加了一个 `onclick` 事件,当点击该按钮时,会跳转到 "/cancel" 页面。你可以根据需要修改跳转页面的 URL。
<!DOCTYPE html> <html> <head> <title>博客</title> </head> <body> <h2>注册</h2> <form action="/login" method="post"> <label for="username">账号:</label><br> <input type="text" id="username" name="username"><br> <label for="password">密码:</label><br> <input type="password" id="password" name="password"><br><br> <input type="submit" value="登录"> </form> <h2>注册</h2> <form action="/register" method="post"> <label for="username">账号:</label><br> <input type="text" id="username" name="username"><br> <label for="password">密码:</label><br> <input type="password" id="password" name="password"><br><br> <input type="submit" value="注册"> </form> </body> </html>
这是一段 HTML 代码。HTML 是一种用于在网页中创建内容的标记语言。这段 HTML 代码中包含了两个表单,分别用于登录和注册。表单由多个输入框和按钮组成,用户可以在输入框中输入信息,然后通过点击按钮来提交表单。这段 HTML 代码还包含了一个 <title> 标签,用于设置网页的标题。
阅读全文
相关推荐
美化界面<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>注册</title> </head> <body> 注册 <form action="/Register" method="post"> <label for="username">用户名:</label> <input type="text" name="username" id="username" required>
<label for="password">密码:</label> <input type="password" name="password" id="password" required>
<input type="submit" value="注册"> 已注册,去登录 </form> </body> </html>
优化这段代码<!DOCTYPE html> <html> <head> <title>会员登录注册页面</title> </head> <body> 会员登录 <form action="login.php" method="post"> <label>用户名</label> <input type="text" name="username" placeholder="请输入用户名"> <label>密码</label> <input type="password" name="password" placeholder="请输入密码"> <input type="submit" name="submit" value="登录"> 还不是会员?立即注册 </form> </body> </html>
<!doctype html> <html> <head> <meta charset="utf-8"> <title>无标题文档</title> </head> <body> Login <form action="function.php?action=login" method="post"> 账号:<input type="number" name="user"> 密码:<input type="password" name="password"> 没有账号?点击注册 <input type="submit" value="登录" class="dl"><input type="reset" value="重置" class="cz"> </form> </body> </html>
<%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>登录界面</title> </head> <body> 登       录
<form action="login.action" method="post"> <label>账号:</label> <input class="f_text" type="text" name="account" placeholder="请输入账号" size="25">
<label>密码:</label> <input class="f_text" type="password" name="password" placeholder="请输入密码" size="25">
<input class="f_button" type="submit" value="登录"> <input class="f_button" type="reset" value="重置"> </form> 若无账号,请先注册! </body> </html>加注释
<html> <head> <meta charset="UTF-8"> <title>星星国际影城-用户登录界面</title> <script src="js/login.js"></script> </head> <body> xx国际影城 <form action="#" method="post"> <label>用户名:</label> <input type="text" placeholder="请输入用户名" name="userName" value=""/> <label>密 码:</label> <input type="password" placeholder="请输入密码" name="password" value=""/> 登录 </form> 还不是我们的会员?立即注册 </body> </html>。在每行代码后面加上解释
<%-- Created by IntelliJ IDEA. User: syp Date: 2023/5/22 Time: 13:59 To change this template use File | Settings | File Templates. --%> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>Denglu</title> </head> <body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0"> <fieldset style="width: auto; margin: 0px auto"> <legend> 欢迎使用常州工业职业技术学院人员管理系统 </legend>
<form action="loginSuccess.action"> 用户:<input type="text" name="username"/>
密码:<input type="password" name="password"/>
<input type="submit" value="登录"/> 注册 </form> </fieldset> </body> </html>
<form action="loginSuccess.action"> 用户:<input type="text" name="username"/>
密码:<input type="password" name="password"/>
<input type="submit" value="登录"/> 注册 </form> </fieldset>