<!DOCTYPE html>
<html>
<head>
<title>菜鸟教程(runoob.com)</title>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="utf-8">
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body> <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> </body>
</html>

最新文章

  1. install LLVM
  2. open-falcon 安装
  3. 使用CocoaPods管理第三方开源类库
  4. java基础知识回顾之javaIO类---BufferedInputStream和BufferedOutputStream
  5. Clone PDB from same CDB
  6. [状压dp]HDOJ4539 郑厂长系列故事——排兵布阵
  7. Clojure操作mysql
  8. USACO 4.1 Fence Loops(Floyd求最小环)
  9. css中的背景色渐变以及背景图的定位
  10. DEV中svg图标的使用
  11. IOS中用到的缓存
  12. bzoj3051[WC2013]平面图(树上倍增+平面图转对偶图+扫描线)
  13. Grid move
  14. 关于Oracle重新启动
  15. Asp.Net WebApi 跨域设置
  16. nginx相关知识
  17. Java-idea-常用插件
  18. Docker学习笔记之docker volume 容器卷的那些事(二)
  19. Java基础第4天
  20. 【Unity】2.11 了解游戏有哪些分类对你开阔思路有好处

热门文章

  1. 【Vue CLI】从安装到构建项目再到目录结构的说明
  2. Vue - 实现双击显示编辑框;自动聚焦点击的显示框;点击编辑框外的地方,隐藏编辑框
  3. 删除设备和驱动器中的PPS、百度云、360云盘图标
  4. SQL注入--sqli-labs(1-4关)
  5. js 一句代码 让网页变为编辑器
  6. Implementing Recurrent Neural Network from Scratch
  7. P3368 (模板)树状数组2
  8. Spring 的 Bean 生命周期,11 张高清流程图及代码,深度解析
  9. 用for循环写这段代码
  10. 【代码学习】PYHTON 元组