sb输入框
1不居中
2action无反应
3按钮value无效
<%--
Created by IntelliJ IDEA.
User: imagine
Date: 2018/1/15 0015
Time: 22:08
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>人事管理系统</title>
</head>
<body>
<h3 align ="center">人事管理系统登陆页面</h3>
<hr>
<form action="contral.jsp">
<table align = "center">
<tr>
<td>
账号
</td>
<td>
<input type="text" name="account">
</td>
</tr>
<tr>
<td>
密码
</td>
<td>
<input type="password" name="password">
</td>
</tr>
<tr>
<td><input type="submit" value="登陆"></td>
</tr>
</table>
</form>
</body>
</html>
正在回答 回答被采纳积分+1
- 参与学习 716 人
- 提交作业 185 份
- 解答问题 1363 个
会Java?懂前端基础?想学后台开发?那么,赶快来学习《Java Web入门》路径吧。本路径主要介绍Java Web的基础知识,并配有大量案例,定会让你收获多多!
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星