0
点赞
收藏
分享

微信扫一扫

【云原生-kubernetes系列】--kubernetes日志收集

往复随安_5bb5 2024-03-16 阅读 12
前端html

 电影界面

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>豆瓣电影表单</title>
</head>
<body>
<h1>热门电影板块</h1>
<hr>
<p><b>最近热门电影</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    热门 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    最新 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    豆瓣高分 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    冷门佳片 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    华语 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    欧美 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    韩国 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    日本 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;更多>></p>
<hr>
    <table>
        <tr>
            <td><img src="豆瓣素材/电影标签1.jfif" width="210px" height="300px"></td>
            <td><img src="豆瓣素材/电影标签2.jfif" width="210px" height="300px"></td>
            <td><img src="豆瓣素材/电影标签3.webp" width="210px" height="300px"></td>
            <td><img src="豆瓣素材/电影标签4.webp" width="210px" height="300px"></td>
        </tr>
        <tr>
            <td>疯狂原始人 8.7</td>
            <td>美国队长 7.2</td>
            <td>沙丘2  8.3</td>
            <td>周处除三害 8.1</td>
        </tr>
        <tr>
            <td><img src="豆瓣素材/电影标签5.webp" width="210px" height="300px"></td>
            <td><img src="豆瓣素材/电影标签6.webp" width="210px" height="300px"></td>
            <td><img src="豆瓣素材/电影标签7.webp" width="210px" height="300px"></td>
            <td><img src="豆瓣素材/电影标签8.webp" width="210px" height="300px"></td>
        </tr>
        <tr>
            <td>小行星猎人 8.1</td>
            <td>被我弄丢的你 6.1</td>
            <td>陌路狂刀 5.9</td>
            <td>热辣滚烫 7.8</td>
        </tr>
    </table>
</body>
</html>

结果


举报

相关推荐

0 条评论