zoukankan      html  css  js  c++  java
  • css-排版

    <!DOCTYPE html>
    <html>
     <head>
      <meta charset="UTF-8">
      <title></title>
      <link rel="stylesheet" href="css/bootstrap.min.css" />
     </head>
     <body>
      <div class="container">
       <h1>你好,bootstrap</h1>
       <h2>你好,bootstrap</h2>
       <h3>你好,bootstrap</h3>
       <h4>你好,bootstrap<small>欢迎你的到来</small></h4>
       <p>hellohello<abbr title="attribute">hello</abbr></p>
       <p class="lead">hellohello</p>
       <p>hellohello<mark>世界</mark></p>
       <del>1122</del>
       
       
       <p class="text-left">非常棒</p>
       <p class="text-center">非常棒</p>
       <p class="text-right">非常棒</p>
       
       <p class="text-lowercase">HappyDay</p>
       <p class="text-uppercase">HappyDay</p>
       <p class="text-capitalize">HappyDay</p>
       
       <address>
        <strong>超级市场</strong><br>
        函数,方法<br>
        <abbr title="Phone">P : 88888 888</abbr>
       </address>
       
       <ul class="list-unstyled">
        <li>1</li>
        <li>2</li>
        <li>3</li>
       </ul>
      </div>
     </body>
    </html>

  • 相关阅读:
    ubuntu下eclipse打开win下的代码中文出现乱码
    ubuntu设置ip和dns
    堆和栈的区别
    分析与利用
    C语言ASM汇编内嵌语法
    vnc无法显示桌面
    草稿本(1)总结
    系统虚拟化:原理与实现
    错误
    ab(http)与abs(https)压测工具
  • 原文地址:https://www.cnblogs.com/weixin2623670713/p/12789547.html
Copyright © 2011-2022 走看看