Does margin-top or margin-bottom have an effect on
inline elements?
Top and bottom margins do not affect inline elements because inline elements flow with content on the page. You can set left and right margins/padding on an inline element but not top or bottom because it would disrupt the flow of content.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why do people use css?
What is html5 css3?
What is attributes in css?
What is background color in css?
What is the use of css?
What are CSS combinators ?
In how many types we include CSS style sheet?
What is the purpose of pseudo-elements?
How do you group selectors css?
What is the difference between position : sticky and position : fixed ?
How many css files can be included in a sencha touch project?
What are the advantages of external style sheets?