Computer Science, asked by rebellove4119, 11 months ago

Consider two classes in style.Css. What will be the padding-right assigned to the div element if both the classes are given to the same div element? Style.Css .A{ padding: 0px 5px 0px 0px; } .B{ padding-right:15px; } index.Html this is a div element

Answers

Answered by Anonymous
0

Answer:

Using HTML to Add Padding

Click Edit.

Switch to HTML Editor.

Locate the HTML code for the image(s) you'd like to adjust. ...

Locate the image's style attribute; if the image doesn't have one, you can add one by typing style="" after img.

Within the quotation marks, add padding: 10px; .

..

Answered by rgbondarm17
0

Answer:

5px

Explanation:

Similar questions