博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
bootstrap 基本页面元素,代码,列表
阅读量:7138 次
发布时间:2019-06-28

本文共 2038 字,大约阅读时间需要 6 分钟。

bootstrap 基本页面元素,代码,列表

        

页面元素:h1, small, p, .lead, .text-right, .text-center, .text-justify, .text-uppercase, .text-right, abbr, address, blockquote

This is h1This is small in h1, small font-size is 80%

This is lead paragraph

This is normal paragraph 1

This is normal paragraph 2

This is Strong tag

This is small tag

This is em tag

This is cite tag

this is abbr message
This is strong
This is strong2

This is a P in Blockquote

This is a P 2 in Blockquote

This is a small in blockquote
This is a cite in blockquote

列表元素:ul>li, ol>li, .list-unstyled, .list-inline, dl>dt+dd, .dl-horizontal

  • this is first
  • this is second
  • this is third
  1. this is first
  2. this is second
  3. this is third
  • this is first
    • this is a
    • this is b
    • this is c
this is dl's dt
this is dl's dd
this is dl's dt
this is dl's dd
this is dl's dt
this is dl's dd
this is dl's dt 's long long long long content
this is dl's dd

代码表示:code, kbd, pre

this is codethis is kbd
this is pre.and this is pre too
    this is pre scrollable.    this is pre scrollable.    this is pre scrollable.    this is pre scrollable.    this is pre scrollable.    this is pre scrollable.    this is pre scrollable.    this is pre scrollable.    this is pre scrollable.    this is pre scrollable.    this is pre scrollable.    this is pre scrollable.    this is pre scrollable.    this is pre scrollable.    this is pre scrollable.    this is pre scrollable.    this is pre scrollable.    this is pre scrollable.    this is pre scrollable.    this is pre scrollable.    this is pre scrollable.

 

转载地址:http://twvrl.baihongyu.com/

你可能感兴趣的文章
Xcode配置测试环境和线上环境
查看>>
三大主流软件负载均衡器对比(LVS 、 Nginx 、Haproxy)
查看>>
学习技能总结:
查看>>
高可用集群----理论
查看>>
backtrack两种开启ssh方式
查看>>
redis 目录
查看>>
C语言中const的用法
查看>>
理解inode
查看>>
我的友情链接
查看>>
Delegates (Delegate, Func, Predicate, Action and Lambda)
查看>>
快速打开Windows的大部分程序
查看>>
SSIS 系列 - Lookup 组件的使用与它的几种缓存模式 - Full Cache, Partial Cache, NO Cache...
查看>>
监测textfield输入的值得变化
查看>>
lvs简介和命令
查看>>
RPM 命令详解
查看>>
在Centos7中使用firewall添加端口
查看>>
python 通过threading多线程ssh
查看>>
spark-submit使用及说明
查看>>
jquery验证表单的js代码(HTML+CSS+PHP代码部分省略)
查看>>
Linux学习之CentOS(二十)--CentOS6.4下修改MySQL编码方法
查看>>