How are margins set in an HTML document
Answers
Answered by
2
Explanation:
following way that margin set in an HTML document
Attachments:
Answered by
1
Answer:
you have the following properties to set an element margin.
The margin specifies a shorthand property for setting the margin properties in one declaration.
The margin-bottom specifies the bottom margin of an element.
The margin-top specifies the top margin of an element.
The margin-left specifies the left margin of an element.
The margin-right specifies the right margin of an element.
Similar questions