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 to create box shadow and text shadow using css3?
What is the usage of Class selector?
What are the newly introduced text related features in css3?
Which property is used to set all the outlining properties in a single statement?
What is css selector in selenium?
What are contextual selectors?
What are the css rules?
What does a css reset do?
How do you hover a touch screen?
How do I design for backward compatibility using style sheets?
Difference between reset vs normalize CSS?. How do they differ?
What is word-break property used in css3?