菜鸟教程 trybs_ref_txt_blockquote2 在线代码实例

运行 保存 全屏 右侧展示 实时查看
主题:

 <div class="container">
      <h2>排版</h2>
      <p>右对齐引用内容:</p>
      <blockquote class="blockquote-reverse">
        <p>For 50 years, WWF has been protecting the future of nature. The world's leading conservation organization, WWF works in 100 countries and is supported by 1.2 million members in the United States and close to 5 million globally.</p>
        <footer>From WWF's website</footer>
      </blockquote>
    </div>

    <script src="//apps.bdimg.com/libs/jquery/2.1.1/jquery.min.js"></script>
    <script src="//apps.bdimg.com/libs/bootstrap/3.2.0/js/bootstrap.min.js"></script>