zoukankan      html  css  js  c++  java
  • 第一个页面

    <!DOCTYPE html>
    <html lang="en">
    <head>
    <title>bilibili</title>

    <link rel="stylesheet" type="text/css" href="网页css.css">
    </head>
    <body>
    <div class="bili-header-m" style="background-image: url(images/e9.png);">
    <div class="nav-menu">
    <div class="z">
    <span>
    <a href="https://www.bilibili.com/">主站</a>
    </span>
    <span>
    <a href="https://www.bilibili.com/">画友</a>
    </span>
    <span>
    <a href="https://www.bilibili.com/">音频</a>
    </span>
    <span>
    <a href="https://www.bilibili.com/">游戏中心</a>
    </span>
    <span>
    <a href="https://www.bilibili.com/">直播</a>
    </span>
    <span>
    <a href="https://www.bilibili.com/">会员购</a>
    </span>
    <span>
    <a href="https://www.bilibili.com/">BML</a>
    </span>
    <span>
    <a href="https://www.bilibili.com/">下载app</a>
    </span>
    </div>
    <div class="y">
    <span>
    <a href="https://www.bilibili.com/">大会员</a>
    </span>
    <span>
    <a href="https://www.bilibili.com/">消息</a>
    </span>
    <span>
    <a href="https://www.bilibili.com/">动态</a>
    </span>
    <span>
    <a href="https://www.bilibili.com/">稍后再看</a>
    </span>
    <span>
    <a href="https://www.bilibili.com/">收藏夹</a>
    </span>
    <span>
    <a href="https://www.bilibili.com/">历史</a>
    </span>
    <span>
    <a href="https://www.bilibili.com/">投稿</a>
    </span>
    </div>
    </div>
    <div class="sousuo y" >
    <form action="index.html" method="get" >
    <table>
    <tr>
    <td class="s_z z"></td>
    <td class="s_c c">
    <input type="text" name="text"id="s_c_txt"/>
    </td>
    <td class="s_y z">
    <button type="submit"name="submit"></button>
    </td>
    </tr>
    </table>

    </div>
    </div>
    <div class="nav wp">
    <ul>
    <li>
    <a href="动漫.html">动漫</a>
    </li>
    <li>
    <a href="游戏.html">游戏</a>
    </li>
    </ul>
    </div>
    <div class="bottom" style="background: url(images/11.jpg);background-size: 100%">

  • 相关阅读:
    PHP使用iconv函数遍历数组转换字符集
    ping localhost出现地址::1
    在 Windows 7 中禁用IPv6协议/IPv6隧道
    ping localhost 返回 ::1的导致不能打开http://localhost的原因及解决
    [LeetCode] Climbing Stairs
    [LeetCode] Binary Tree Level Order Traversal II
    [LeetCode] Set Mismatch
    [LeetCode] Power of Four
    [LeetCode] Power of Three
    [LeetCode] Power of Two
  • 原文地址:https://www.cnblogs.com/yy50831/p/9852377.html
Copyright © 2011-2022 走看看