In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly introduces how to set the upper margin of html, which is very detailed and has certain reference value. Friends who are interested must finish reading it!
Html sets the upper margin: 1, use the padding-top attribute to set the upper margin, syntax "padding-top: margin value;"; 2, use the margin-top property to set the upper margin, syntax "margin-top: margin value;".
The operating environment of this tutorial: windows7 system, CSS3&&HTML5 version, Dell G3 computer.
Html sets the top margin
Method 1: set the upper inner margin
The inner margin refers to the space between the element border and the content of the element. We can use the padding-top attribute to set the upper inner margin of the element.
Example:
Div {border: 1px solid red;} .box {padding-top: 20px;} Test text
Effect picture:
Method 2: set the upper outer margin
The outer margin refers to the space around the element. We can use the margin-top attribute to set the top margin of the element.
Example:
Div {border: 1px solid red;} .box {margin-top: 20px;} Test text
Effect picture:
The above is all the content of the article "how to set the top margin in html". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.