<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <style> body{ width: auto;height: auto; } .inputOne { /* 去掉input默认边框 */ outline: none; border:none; line-height: 33px; width: 100%; height: 100%; display: inline; background-color: #ffe9ac; } table{ font-weight: 600; } </style> </head> <body> <table align="center" border="4" width="600" id="tt"> <caption style="font-size: 30px"><b> 学生信息情况 </b></caption> <tr align="center" bgcolor="#e9967a"> <td >姓名</td> <td >民族</td> <td>组别</td> <td>出生年月</td> <td>学校</td> </tr> <tr align="center" bgcolor="#fffaf0">
table动态修改表格内容
最新推荐文章于 2025-06-16 16:38:00 发布