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 |
How do you use inspect?
What are the features of css3?
Can you override important in css?
Where do I put css?
How can the dimension be defined of an element ?
How does Z index function?
What does DOM reflow occur?
What are the different parts of a css style rule?
What is css in coding?
What is class selector?
Explain the difference between .class.class2 & .class .class & .class > class ?
How we create border using images by css3?