CSS margin top

CSS margin top is used to set the space between the HTML element border and its content from the top.


Syntax

Output

This is the my first pargraph.

This is the top margined paragraph.


CSS margin top values list

Sr. No. value Description
1 value Used to specify the value in px, percentage. The value for this for example 15px.
2 initial Used to define as the property initial value.
3 inherit Used to define the computed value of property on the elements parent.
4 unset Used to define the property either acts as inherit or initial, depending on the property if it is inherited or not.