BS/HTML学习笔记

 html--blockquote元素用于呈现来自其他来源的内容:
( Bootstrap要显示右侧的引用,使用blockquote-reverse) 


html <ul>无序列表 <dl>为自定义列表(每个自定义列表项以<dt>开始,内部定义从<dd>开始)

要指示通常通过键盘输入的输入,请使用kbd元素:ctrl + p

通常通过键BS中的<code>效果:....and div defines....

BS中多行内容<pre>效果:

For multiple lines of code, use the pre element:

Text in a pre element
is displayed in a fixed-width
font, and it preserves
both      spaces and
line breaks.

BS上下文颜色和背景:The classes for text colors are:.text-muted.text-primary.text-success.text-info,.text-warning, and .text-danger:This text represents danger.

The classes for background colors are:.bg-primary.bg-success.bg-info.bg-warning

and .bg-danger:This text represents danger.


BS导航条nav{

    margin-botton:0;

    border-radius:0; #CSS属性 border-radius 用来设置边框圆角

}


猜你喜欢

转载自blog.csdn.net/weixin_42191575/article/details/80382170