菜鸟教程 trybs_ref_txt_pre2 在线代码实例

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

 <div class="container">
      <h2>排版</h2>
		 <p>设置 pre 元素可滚动:</p>

		<pre class="pre-scrollable">		内容可滚动
		Text in a pre element
		is displayed in a fixed-width
		font, and it preserves
		both      spaces and
		line breaks.
		Text in a pre element
		is displayed in a fixed-width
		font, and it preserves
		both      spaces and
		line breaks.
		</pre>
    </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>