## 内联代码
通过 `<code>` 标签包裹内联样式的代码片段。
For example, `<section>` should be wrapped as inline.
~~~html
For example, <code><section></code> should be wrapped as inline.
~~~
## [](https://v3.bootcss.com/css/#code-user-input)用户输入
通过 `<kbd>` 标签标记用户通过键盘输入的内容。
To switch directories, type cd followed by the name of the directory.
To edit settings, press ctrl + ,
~~~html
To switch directories, type <kbd>cd</kbd> followed by the name of the directory.<br>
To edit settings, press <kbd><kbd>ctrl</kbd> + <kbd>,</kbd></kbd>
~~~
## [](https://v3.bootcss.com/css/#code-block)代码块
多行代码可以使用 `<pre>` 标签。为了正确的展示代码,注意将尖括号做转义处理。
~~~
<p>Sample text here...</p>
~~~
~~~html
<pre><p>Sample text here...</p></pre>
~~~
还可以使用 `.pre-scrollable` 类,其作用是设置 max-height 为 350px ,并在垂直方向展示滚动条。
## [](https://v3.bootcss.com/css/#code-variables)变量
通过 `<var>` 标签标记变量。
y = mx + b
~~~html
<var>y</var> = <var>m</var><var>x</var> + <var>b</var>
~~~
## [](https://v3.bootcss.com/css/#code-sample-output)程序输出
通过 `<samp>` 标签来标记程序输出的内容。
This text is meant to be treated as sample output from a computer program.
~~~html
<samp>This text is meant to be treated as sample output from a computer program.</samp>
~~~
- 概览
- 移动设备优先
- 排版与链接
- 布局容器
- 栅格系统
- 简介
- 媒体查询
- 栅格参数
- 实例:从堆叠到水平排列
- 实例:流式布局容器
- 实例:移动设备和桌面屏幕
- 实例:手机、平板、桌面
- 实例:多余的列(column)将另起一行排列
- 响应式列重置
- 列偏移
- 嵌套列
- 列排序
- Less mixin 和变量
- 排版
- 标题
- 页面主体
- 内联文本元素
- 对齐
- 改变大小写
- 缩略语
- 地址
- 引用
- 列表
- 代码
- 表格
- 基本表格
- 状态类
- 响应式表格
- 表单
- 基本表单
- 内联表单
- 水平排列的表单
- 被支持的控件
- 多选和单选框
- 下拉列表
- 静态控件
- 焦点、禁用、只读、校验状态
- 添加额外的图标
- 控件尺寸
- 按钮
- 图片
- 响应式图片
- 图片形状
- 辅助类
- 关闭按钮和三角符号
- 快速浮动
- 让内容块居中
- 清除浮动
- 显示或隐藏内容
- 屏幕阅读器和键盘导航
- 图片替换