4.2学习总结
<%--
Created by IntelliJ IDEA.
User: 绿波亭
Date: 2023/5/29
Time: 14:51
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<!DOCTYPE html>
<html>
<head>
<title> 教师功能页 </title>
<style>
body{
background-color: #f2f2f2;
font-family: Arial, sans-serif;
}
.container{
max-width: 800px;
margin: 0 auto;
text-align: center;
padding: 20px 0;
}
h1{
font-size: 36px;
color: #333;
margin-bottom: 20px;
}
table{
font-family: Arial, sans-serif;
border-collapse: collapse;
width: 100%;
margin-bottom: 20px;
}
td, th{
border: 1px solid #ddd;
text-align: center;
padding: 8px;
}
th{
background-color: #4caf50;
color: white;
}
input[type="text"]{
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
label{
display: block;
text-align: left;
font-size: 18px;
margin-bottom: 5px;
color: #333;
}
input[type="submit"]{
background-color: #4caf50;
color: white;
font-size: 18px;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
}
input[type="submit"]:hover{
background-color: #37a047;
}
</style>
</head>
<body>
<div class="container">
<h1> 教师功能页 </h1>
<h2>考试成绩修改</h2>
<table>
<tr>
<th>考试科目</th>
<th>考试日期</th>
<th>考试成绩</th>
<th>操作</th>
</tr>
<tr>
<td>语文</td>
<td>2022-06-01</td>
<td>80</td>
<td><a href="#">修改</a></td>
</tr>
<tr>
<td>数学</td>
<td>2022-06-02</td>
<td>90</td>
<td><a href="#">修改</a></td>
</tr>
<tr>
<td>物理</td>
<td>2022-06-03</td>
<td>85</td>
<td><a href="#">修改</a></td>
</tr>
</table>
</div>
</body> </html>
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 单元测试从入门到精通
· winform 绘制太阳,地球,月球 运作规律
· 上周热点回顾(3.3-3.9)