题目

代码
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>作业三</title>
<style>
td{
width: 80px;
}
img{
width: 214.5px;
height: 303.75px;
}
</style>
</head>
<body>
<div>
<div class="top">
<h1>
热门电影板块
</h1>
</div>
<hr>
<div class="mid">
<table>
<tr>
<td style="width: 200px;">
<strong>最近热门电影</strong>
</td>
<td>
热门
</td>
<td >
最新
</td>
<td style="width: 100px;">
豆瓣高分
</td>
<td style="width: 100px;">
冷门佳片
</td>
<td>
华语
</td>
<td>
欧美
</td>
<td>
韩国
</td>
<td style="width: 250px;">
日本
</td>
<td>
更多>>
</td>
</tr>
</table>
<hr>
<div>
<table>
<tr>
<td>
<div>
<img src="https://img5.mtime.cn/pi/2017/05/27/151644.72923083_1000X1000.jpg" alt="加载失败">
<p>猜火车8.1</p>
</div>
</td>
<td>
<div>
<img src="https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fsafe-img.xhscdn.com%2Fbw1%2Fa0dcd5e3-26e8-424f-b9d4-92bb22eeef39%3FimageView2%2F2%2Fw%2F1080%2Fformat%2Fjpg&refer=http%3A%2F%2Fsafe-img.xhscdn.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=auto?sec=1680959737&t=af5b47d510f24fce3cc614a525c083ff" alt="加载失败">
<p>贝尔科实验 6.0</p>
</div>
</td>
<td>
<div>
<img src="https://img5.mtime.cn/pi/2017/06/21/151309.48410670_1000X1000.jpg" alt="加载失败">
<p>加州公路巡警 6.8</p>
</div>
</td>
<td>
<div>
<img src="https://img5.mtime.cn/pi/2018/10/23/143724.86915214_1000X1000.jpg" alt="加载失败">
<p>歌声不绝 6.3</p>
</div>
</td>
</tr>
<tr>
<td>
<div>
<img src="https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fimg1.doubanio.com%2Fview%2Fphoto%2Fl%2Fpublic%2Fp2472730347.jpg&refer=http%3A%2F%2Fimg1.doubanio.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=auto?sec=1680959984&t=7818d8bf643f9c6aa530f1e8103c6665" alt="加载失败">
<p>明日的我与昨日的我</p>
</div>
</td>
<td>
<div>
<img src="https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fss2.meipian.me%2Fusers%2F49803908%2F72433f33b4504e1aab235dbcacd435ee.jpg%3Fmeipian-raw%2Fbucket%2Fivwen%2Fkey%2FdXNlcnMvNDk4MDM5MDgvNzI0MzNmMzNiNDUwNGUxYWFiMjM1ZGJjYWNkNDM1ZWUuanBn%2Fsign%2Fe99718c14b29e55b2dcd7d813d3b4959.jpg&refer=http%3A%2F%2Fss2.meipian.me&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=auto?sec=1680960021&t=24f9b87cf5a8d594571d054fc39e63bf" alt="加载失败">
<p>速度与激情8</p>
</div>
</td>
<td>
<div>
<img src="https://img1.baidu.com/it/u=477080153,3110633821&fm=253&fmt=auto&app=138&f=JPEG?w=352&h=499" alt="加载失败">
<p>极速特工</p>
</div>
</td>
<td>
<div>
<img src="https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fimg3.doubanio.com%2Fview%2Fphoto%2Fl%2Fpublic%2Fp2480195052.jpg&refer=http%3A%2F%2Fimg3.doubanio.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=auto?sec=1680960108&t=50d4ea4c71a380ab3edd2718c38f7427" alt="加载失败">
<p>金刚狼3:殊死一战</p>
</div>
</td>
</tr>
</table>
</div>
</div>
</div>
</body>
</html>
