写点什么

网络安全作业一

  • 2024-07-07
    马来西亚
  • 本文字数:346 字

    阅读完需:约 1 分钟

index.html:

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>网络安全 C4 期课程</title>

    <style>body{background: blue;}</style>

</head>

<body>

    <a href="https://www.magedu.com" title="马哥教育">

        <img src="https://www.magedu.com/kczx/images/an1.png" alt="" width="600" height="200">

    </a>

    <h3 style="color:white">登录页面</h3>  

    <hr>

    <form style="color:white">

        账号:<input type = "text" placeholder="请输入账号" value="admin" />

        <br>

        密码:<input type = "password" placeholder="请输入密码" />

    </form>

</body>

</html>

用户头像

还未添加个人签名 2020-08-24 加入

还未添加个人简介

评论

发布
暂无评论
网络安全作业一_白开水又一杯_InfoQ写作社区