zoukankan      html  css  js  c++  java
  • homework

    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>Hello my dear</title>
    <!-- link href="style.css" type="text/css"-->
    </head>
    <style type:"text/css">
    span{
    font-size:20px;
    }
    </style>
    <body>
    <div class="tag">
    <h1 about myself>
    <p style="color:red">
    &nbsp;&nbsp;我是一个爱学习的好孩子,热爱篮球运动,爱吃辣的川妹子。
    </p>
    <hr>
    <ul>
    <li>学习web开发</li>
    <li>学习PHP</li>
    <li><a href="mailto:michael.bluth@example.com">emile</a></li>
    </ul>
    <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1536302934078&di=ab79da97a40ccaa6a1e9f0d7a1878692&imgtype=0&src=http%3A%2F%2F5b0988e595225.cdn.sohucs.com%2Fimages%2F20171128%2F93be51cb7a754b47b2e37226935a3a68.jpeg" alt="my image" title = " my image">
    <img src="https://ss0.bdstatic.com/94oJfD_bAAcT8t7mm9GUKT-xh_/timg?image&quality=100&size=b4000_4000&sec=1536544651&di=d30de9895732abb254eaee124c362dde&src=http://c.hiphotos.baidu.com/image/pic/item/8b13632762d0f703fb8b190102fa513d2697c536.jpg">
    <br>
    <a href="https://www.cnblogs.com/lal520/" title="点击进入我的博客">click here!</a>
    <form action="RE.php" method="post" >
    <h2><span font-size:30px>想知道你的更多</span></h2>
    <label for="username">小可爱的名字:</label>
    <input type="text" name="username" required/>
    <br>
    <label for="qq">您的QQ哟:</label>
    <input type="text" name="qq" />
    <br>
    <label for="num">您的电话:</label>
    <input type="text" name="num">
    <br>
    <label style="color:#EE82EE">爱好</label><br>
    <input type="radio" value="selecct" name="选择" /><span>读书</span>
    <input type="radio" value="select" name="选择" /><span>跑步</span>
    <input type="radio" value="selecct" name="选择" /><span>打游戏</span>
    <input type="radio" value="selecct" name="选择" /><span>看电影</span>
    <br>
    <label style="color:#EE82EE">职业</label><br>
    <input type="checkbox" value="学生" name="1"><span>学生</span>
    <input type="checkbox" value="老师" name="2"><span>老师</span>
    <input type="checkbox" value="自由职业者" name="3"><span>自由职业者</span>
    <input type="checkbox" value="工程师" name="4"><span>工程师</span>
    <input type="checkbox" value="其他" name="5S"><span>其他</span>
    <br>
    <input type="submit" value="发送咯">
    <input type="reset" value="重置">
    </form>
    </div>
    </body>
    </html>

  • 相关阅读:
    阿里规范
    阿里规范
    阿里规范
    sql 优化步骤
    事务的并发问题:脏读、幻读和不可重复读
    Hive 常见面试题(二)
    yield 的使用
    Java 线程状态
    Lambda 表达式推演全过程
    IDEA 代码自动补全/自动联想 功能
  • 原文地址:https://www.cnblogs.com/lal520/p/9648427.html
Copyright © 2011-2022 走看看