How to use the margin-top attribute in CSS
This article mainly introduces "how to use margin-top attributes in CSS" related knowledge, editor through the actual case to show you the operation process, the method of operation is simple and fast, practical, I hope that this "how to use margin-top attributes in CSS" article can help you solve the problem.
CSS margin-top attribute
Definition and usage
The margin-top property sets the top and outer margins of the element.
Note: negative values are allowed.
Example
Set the upper outer margin of the p element:
P {margin-top:2cm;}
Browser support
All major browsers support the margin-top attribute.
Note: no version of Internet Explorer (including IE8) supports the attribute value "inherit".
Possible value
This is the end of the introduction to "how to use the margin-top attribute in CSS". Thank you for reading. If you want to know more about the industry, you can follow the industry information channel. The editor will update different knowledge points for you every day.