当前位置:网站首页>块级元素和行内元素
块级元素和行内元素
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
边栏推荐
- Understanding data structures starts with this article~
- 在嵌入式设备中实现webrtc的第三种方式③
- 苏宁基于知识图谱的大规模告警收敛和根因定位实践
- What really drags you down is sunk costs
- Method of creating flat panel simulator by Android studio
- Pay attention to the request forwarding problem of. Net core
- Handwritten digital image recognition convolution neural network
- An attempt to read or write to protected memory occurred using the CopyMemory API. This usually indicates that other memory is corrupted.
- Android 集成支付的四部曲
- Android rights
猜你喜欢

如何用函数框架快速开发大型 Web 应用 | 实战

导师制Unity网课 双十一优惠报名进行中

After SQL group query, get the first n records of each group

PAT_甲级_1074 Reversing Linked List

Mac terminal oh my Zsh + solarized configuration

Interface tests how to pass files in post requests

配置交换机Trunk接口流量本地优先转发(集群/堆叠)

VisualStudio(Mac)安装过程笔记

The use of Android studio Aidl

Method of creating flat panel simulator by Android studio
随机推荐
走进京东 | 中国空间技术研究院青年创新联盟成员莅临参观京东总部
After SQL group query, get the first n records of each group
SQL statement to achieve the number of daffodils
Flink 系例 之 Reduce
Tidb x micro banking reduces time consumption by 58%, and distributed architecture helps to realize inclusive finance
Stack & queue (go) of data structure and algorithm series
实现商品CRUD操作
Android Development - service application, timer implementation (thread + service)
TiDB x 微众银行 | 耗时降低 58%,分布式架构助力实现普惠金融
Glsb involves load balancing algorithm
On the calculation of non interaction polarizability
Interview summary on November 7, 2020 (interview 12K)
Front end code style practice prettier + eslint + git hook + lint staged
开源ERP招聘了
Kubernetes business log collection and monitoring
嗯,查询滑动窗口最大值的这4种方法不错...
El table dynamic header
Recommended tools for Mac
Android studio AVD
Source code analysis of ThinkPHP framework execution process
