“Pr margin top”的版本间差异

本页内容
上一节: Pr_margin_right 下一节: Css3_pr_column_count
(创建页面,内容为“{{DISPLAYTITLE:margin-top}}5 = CSS margin-top 属性 = 设置一个p元素的上部边距: <sample title="" desc="" lang="html" hererun="1"> p { margin-top:2cm; } </sample> <run name=""> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>小白教程(xiaobai.wang)</title> <style> p.ex1 {margin-top:2cm;} </style> </head> <body> <p>一个没有指定边距大小的段落。</p> <p class="ex1">一个2厘米上边距的…”)
 
Neo讨论 | 贡献
无编辑摘要
 
(未显示同一用户的1个中间版本)
第1行: 第1行:
{{DISPLAYTITLE:margin-top}}[[Category:css margin|5]]
{{DISPLAYTITLE:margin-top}}[[Category:css reference|148]]
= CSS margin-top 属性 =
= CSS margin-top 属性 =


第54行: 第54行:
{| class="table table-striped table-hover"
{| class="table table-striped table-hover"
! 属性
! 属性
!
! Chrome
!
! Internet Explorer / Edge
!
! Firefox
!
! Safari
!
! Opera
|-
|-
| margin-top
| margin-top

2022年8月19日 (五) 04:46的最新版本

CSS margin-top 属性

设置一个p元素的上部边距:


示例

p
{
    margin-top:2cm;
}

属性定义及使用说明

margin-top属性设置元素的上部边距。

注意: 负值是允许的。

默认值: 0
继承: no
版本: CSS1
JavaScript 语法: object.style.marginTop="10px"

浏览器支持

表格中的数字表示支持该属性的第一个浏览器版本号。

属性 Chrome Internet Explorer / Edge Firefox Safari Opera
margin-top 1.0 6.0 1.0 1.0 3.5

属性值

描述
auto 浏览器设置的上外边距。
length 定义固定的上外边距。默认值是 0。
% 定义基于父对象总宽度的百分比上外边距。
inherit 规定应该从父元素继承上外边距。

相关文章

CSS 教程: CSS Margin

上一节: Pr_margin_right 下一节: Css3_pr_column_count
此页面最后编辑于2022年8月19日 (星期五) 04:46。