Blogger Information
Blog 6
fans 0
comment 0
visits 3102
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
【补作业】18/3/16,制作课程表信息
谁敢刁难我胖虎丶的博客
Original
543 people have browsed it

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title></title>

<script src="jquery3.3.1.js"></script>

<script src="bootstrap.js"></script>

<link rel="stylesheet" type="text/css" href="bootstrap.css"/>

<style>

h1 {

text-align: center;

}

tr,th {

text-align: center; height: 30px;line-height: 30px;

}

img {

width: 30px;

}


ul {

width: 500px;

margin: 0 auto;

list-style: none;

}

li {

width: 50px;

float: left;

}

</style>

</head>

<body>

<div id="container">

<table class="table table-bordered table-hover">

<h1>学生信息表&nbsp;&nbsp;<small><a href="#">添加</a></small></h1>


<thead>

<tr >

<th colspan="2">信息</th>

<th colspan="3">科目</th>

<th colspan="2" rowspan="2" style="line-height: 60px;">操作</th>

</tr>

<tr>

<th>ID</th>

<th>姓名</th>

<th >语文</th>

<th>数学</th>

<th>外语</th>

</tr>

</thead>

<tbody>

<tr>

<td>01</td>

<td><img src="p1.png" />张三</td>

<td>75</td>

<td>66</td>

<td>65</td>

<td><a href="#">查询</a></td>

<td><a href="#">修改</a></td>

</tr>

<tr>

<td>02</td>

<td><img src="p1.png" />李四</td>

<td>75</td>

<td>66</td>

<td>65</td>

<td><a href="#">查询</a></td>

<td><a href="#">修改</a></td>

</tr>

<tr>

<td>03</td>

<td><img src="p1.png" />王五</td>

<td>75</td>

<td>66</td>

<td>65</td>

<td><a href="#">查询</a></td>

<td><a href="#">修改</a></td>

</tr>

</tbody>

</table>

<div id="app">

<ul>

<li><a href="#">首页</a></li>

<li><a href="#">上一页</a></li>

<li><a href="#">1</a></li>

<li><a href="#">2</a></li>

<li><a href="#">3</a></li>

<li><a href="#">...</a></li>

<li><a href="#">下一页</a></li>

<li><a href="#">尾页</a></li>

<li></li>

</ul>

</div>

</div>

</body>

</html>


课程表.png




Correction status:Uncorrected

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post
  • 2018-03-16 11:16:21