margin在html中意思?
margin是外邊距的意思,屬于css中調整位置的一種屬性,可以通過margin-top,margin-bottom,margin-left,margin-right,屬性值可以是px,也可以是百分比,當然也可以一起寫,margin:1px 2px 3px 4px,分別代表上邊距,右邊距,下邊距,左邊距,用于調整元素間的距離大小。
上一篇為什么有人說CF抄襲CS
下一篇whell什么意思
margin在html中意思?
margin是外邊距的意思,屬于css中調整位置的一種屬性,可以通過margin-top,margin-bottom,margin-left,margin-right,屬性值可以是px,也可以是百分比,當然也可以一起寫,margin:1px 2px 3px 4px,分別代表上邊距,右邊距,下邊距,左邊距,用于調整元素間的距離大小。