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
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
0
Answer:
5px
Explanation:
Similar questions
Math,
5 months ago
Computer Science,
5 months ago
Math,
5 months ago
Computer Science,
11 months ago
History,
1 year ago