Computer Science, asked by ChirayuBansal201002, 5 months ago

The right margin attribute is given in which tag?​

Answers

Answered by gautamkumargupta692
5

Answer:

The margin-right property sets the right margin of an element.

Answered by vinod04jangid
0

Answer:

margin property

Explanation:

The margin property is a CSS property that sets the margins for an element. The margin-right comes under margin property of CSS that sets the margin area on the right side of an element. When positive value is assigned, it places the element farther from its neighbors while a negative value places it closer.

SYNTAX:- margin-right: length | auto | inherit;

where length specifies a fixed margin in px, cm, etc. Default value is 0px, in auto the browser calculates a right margin, etc.

#SPJ3

Similar questions