周五 html

gumayusi_xs / 2023-07-29 / 原文

<!--html5标识-->
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>
        旧时代的残dang
    </title>
</head>
<body>
    <h1 >旧时代的残dang   ikun永不落幕</h1> <br>
    <img src="66.jpg" width="200" height="400">
    <img src="OIP-C.jpg" width="500" height="600">
    <video src="77.mp4" controls width="500" height="600"></video><br> <br>
    <font size="1000" color="red">ikun 回忆录</font>  <br>
    <audio src="%20鸡哥音效%20你干嘛_爱给网_aigei_com.mp3" controls></audio> <br>
    <audio src="鸡你太美原版_爱给网_aigei_com.mp3" controls></audio>  <br><hr>
    <img src="https://pic3.zhimg.com/80/v2-16bca48e85c577eb5325693096d6bfc2_1440w.webp" width="500" height="600">
    <a href="https://www.zhihu.com/question/563822309" target="_blank">ikun与黑子孰多(知乎)</a>  <hr>
    <font color="red" size="2000">你是?</font> <br> <br>
    <ul>
        <li><a href="https://cn.bing.com/search?q=ikun&form=ANNTH1&refig=5bd3b775519648d4b5c97df1a3e958be" target="_blank">ikun</a> </li>
        <li>小黑子</li>
        <li>纯路人</li>
    </ul> <hr>
    <table border="100" cellspacing="0" width="500">
        <tr align="center">
            <th>一级ikun</th>
            <th>二级ikun</th>
            <th>三级ikun</th>
            <th>四级ikun</th>
            <th>五级iku</th>
        </tr>
        <tr align="center">
            <td>wzy</td>
            <td>lsy</td>
            <td>ls</td>
            <td>wwt</td>
            <td>wcy</td>
        </tr>
    </table>
    <form action="#" method="post">
        <label for="usermane">用户名</label>
        <input type="text" name="ussername" id="usermane"> <br>
        <label for="password">密码</label>
        <input type="password" id="password"> <br>
         <input type="radio" name="aa" value="男"><input type="radio" name="aa" value="女"><br>
        <select name="city">
            <option>ikun</option>
            <option>小黑子</option>
            <option>纯路人</option>


        </select> <br><br>

        <input type="submit" value="注册ikun"> <br> <br>
        <textarea name="desc"></textarea>
    </form>
</body>
</html>