当前位置:网站首页>块级元素和行内元素
块级元素和行内元素
2020-11-09 12:27:00 【归子莫】
块级元素和行内元素
<!-- more -->
博客说明
文章所涉及的资料来自互联网整理和个人总结,意在于个人学习和经验汇总,如有什么地方侵权,请联系本人删除,谢谢!
行内元素和块级元素的区别:
行内元素:
- 与其他行内元素并排
- 不能设置宽高,默认的宽度就是文字的宽度
块级元素:
- 霸占一行,不能与其他任何元素并列。
- 能接受宽高,如果不设置宽度,那么宽度将默认变为父级的100%。
块级元素和行内元素的分类:
-
在HTML的角度来讲,标签分为:
-
文本级标签:p , span , a , b , i , u , em
-
容器级标签:div , h系列 , li , dt ,dd
p:里面只能放文字和图片和表单元素,p里面不能放h和ul,也不能放p。
从CSS的角度讲,CSS的分类和上面的很像,就p不一样:
行内元素:除了p之外,所有的文本级标签,都是行内元素。p是个文本级标签,但是是个块级元素。
块级元素:所有的容器级标签,都是块级元素,以及p标签。
块级元素和行内元素的相互转换:
通过display属性将块级元素(比如div)和行内元素进行相互转换。
-
display:inline;
那么这个标签将变为行内元素,即:
1,此时这个div将不能设置宽度和高度了。
2,此时这个div可以和其他行内元素并排了。
用display将行内元素(比如span)转行成块级元素。
-
display:block;
那么这个span标签将变为块级标签,即:
1,此时这个span能够设置宽度,高度。
2,此时这个span必须独占一行,其他元素无法与之并排。
3,如果不设置宽度,将占满父级。
感谢
万能的网络
版权声明
本文为[归子莫]所创,转载请带上原文链接,感谢
https://my.oschina.net/guizimo/blog/4708904
边栏推荐
- 一个简单的能力,决定你是否会学习!
- 配置交换机Trunk接口流量本地优先转发(集群/堆叠)
- In the future, China Telecom will make cloud computing service the main business of China Telecom
- Handwriting Koa.js Source code
- Understanding data structures starts with this article~
- Method of creating flat panel simulator by Android studio
- 如何用函数框架快速开发大型 Web 应用 | 实战
- EFF 认为 RIAA 正在“滥用 DMCA”来关闭 YouTube-DL
- 微信圈子
- A simple ability determines whether you will learn!
猜你喜欢
Complete set of linked list operations of data structure and algorithm series (3) (go)
Interface tests how to pass files in post requests
Vscode plug-in configuration pointing North
Handwritten digital image recognition convolution neural network
FGC online service troubleshooting, this is enough!
inet_pton()和inet_ntop()函数详解
技美那么贵,不如找顾问 | AALab企业顾问业务
Windows must be installed with efficiency software!
Recommended tools for Mac
医疗项目管理的三种实用技巧
随机推荐
Understanding task and async await
嗯,查询滑动窗口最大值的这4种方法不错....
Python zero basics tutorial (01)
外贸自建网站域名的选择— Namesilo 域名购买
微信圈子
On the calculation of non interaction polarizability
通配符SSL证书应该去哪里注册申请
医疗项目管理的三种实用技巧
深圳C1考证历程
Tidb x micro banking reduces time consumption by 58%, and distributed architecture helps to realize inclusive finance
Interface tests how to pass files in post requests
真正拖垮你的,是沉没成本
Complete set of linked list operations of data structure and algorithm series (3) (go)
Adobe Experience Design /Xd 2020软件安装包(附安装教程)
Aren't you curious about how the CPU performs tasks?
jsliang 求职系列 - 08 - 手写 Promise
Interface tests how to pass files in post requests
Implement crud operation
AI fresh student's annual salary has increased to 400000, you can still make a career change now!
Android studio AVD