表格制作改良版

<!doctypehtml> 
<html>

<head>
<title>
day3
</title>
</head>

<body>

<table border="0" bgcolor="white" width="1400" height="300">
<tr>
<td colspan="2">
<img src="http://pic1.win4000.com/wallpaper/0/59a8efe640160.jpg"
alt=""width="1800"height="180">
</td>
</tr>

                <td rowspan="3" bgcolor="skyblue" align="center">
                         <br>
                         <br>
                         <br>					<font size="5" color="blue"><b>录入学生信息</b></font></br>
                                                                                <br>
					<font size="5" color="blue"><b>查询学生信息</b></font></br>
                                                                                <br>
					<font size="5" color="blue"><b>修改学生信息</b></font></br>
                                                                                <br>
					<font size="5" color="blue"><b>导出学生信息</b></font></br>
                                                                                <br>
					<font size="5" color="blue"><b>......</b></font></br>
                                                                                <br>
					<font size="5" color="blue"><b>......</b></font>
				</td>
<tr>
<td colspan="2">
<form><p style="margin-left: 300px;">
查询条件:学院:<select>
			<option value="">    </option>
			<option value="计算机学院">计算机学院</option>
			<option value="电子工程学院">电子工程学院</option>
			<option value="通信工程学院">通信工程学院</option>
			<option value="经管学院">经管学院</option>
		</select>
					班级:<input type="" name="" style="height: 10px width:200px">
					姓名:<input type="" name="">
					学号:<input type="" name="">
					<button> 查询</button>
				</p>
<p style="margin-left: 770px;"><b>
			学生信息	</b>
		</p>

</form>
</td>
</tr>

<tr>
<td colspan="2">
<table align="center" border="1" cellspacing="0" width="60%">
<tbody align="center">

<tr>

<td width="80px" height="30px" >学院</td>


<td width="80px">班级</td>
      
<td width="80px">姓名</td>
     
<td width="80px">学号</td>
                                       
</tr>

<tr>
<td width="80px" height="30px">计算机学院</td>
<td width="80px">软件工程1706</td>
<td width="80px">余温</td>
<td width="80px">88888888</td>
</tr>

<tr>
<td width="80px" height="30px">计算机学院</td>
<td width="80px">软件工程1706</td>
<td width="80px">林儿喔</td>
<td width="80px">666666</td>
</tr>

<tr>
				<td align="center" colspan="4">前一页&nbsp;
				<a href="baidu.com">1</a>&nbsp;
				<a href="baidu.com">2</a>&nbsp;
				<a href="baidu.com">3</a>&nbsp;
				<a href="baidu.com">4</a>&nbsp;
				<a href="baidu.com">下一页</a>&nbsp;
				</td>
			</tr>

</table>
</td>
</tr>

<tr>
<td colspan="2">
<p style="margin-left:950px">[email protected]</p>
</td>
</tr>


</body>
</html>

效果图如下:
表格的制作(2.0版本)

相关文章:

  • 2022-02-03
  • 2021-07-03
  • 2022-12-23
  • 2021-12-23
  • 2022-12-23
  • 2022-01-05
  • 2021-04-10
猜你喜欢
  • 2021-04-26
  • 2021-06-15
  • 2022-12-23
  • 2021-11-29
  • 2021-11-29
  • 2021-08-02
  • 2021-11-23
相关资源
相似解决方案