zoukankan      html  css  js  c++  java
  • web基础,用html元素制作web页面

    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>小假期</title>
    </head>
    <body>
       <h1 align="center">Hello你好</h1>
       <h3>2015</h3>
       <hr>
       <div id="container" style=" 400px">
           <div id="header" style="background-color: darkorange"><h2 align="center">登录</h2></div>
           <div id="content">
               <form>
                   username:<input type="text"name="username"placeholder="请输入用户名"><br>
                   password:<input type="password"name="pwd"><br>
                   <input type="radio"name="role"value="stu">student
                   <input type="radio"name="role"value="tea">teacher<br>
                   <input type="checkbox"name="vehicle"value="remember me">记住我<br>
                   <input type="button" value="登录验证">
               </form>
           </div>
           <div id="footer" style="background-color: darkorange"><p align="center"><i>版权@xiaojiaqi</i></p></div>
       </div>
       <div>
           <select>
               <option>喜欢</option>
               <option>收藏</option>
               <option>点击</option>
           </select>
           <ul>
              <li>python</li>
               <li>html</li>
           </ul>
           <ol>
               <li>python</li>
               <li>html</li>
           </ol>
       </div>
       <hr>
       <a href="http://www.baidu.com/s?wd=多啦a梦&ie=UTF-8">多啦A梦<br>
           <img src="http://a.cphotos.bdimg.com/timg?image&quality=100&size=b4000_4000&sec=1507859219&di=3a04247590e4cf6d501bfd8f164e5101&src=http://pic72.nipic.com/file/20150716/21109289_143220717453_2.jpg" height="100" width="50
    "></a>
    </body>
    
    </html>
  • 相关阅读:
    leetcode 34 rust
    leetcode 2 rust
    leetcode 1 rust
    leetcode 20 rust
    leetcode 287 rust
    leetcode 18 rust
    lottery抽奖
    webpack
    webpack(7)-生产环境
    webpack(6)-模块热替代&tree shaking
  • 原文地址:https://www.cnblogs.com/xiaojiaqi/p/7680125.html
Copyright © 2011-2022 走看看