Back to Freecodecamp

Learn Block and Inline Lesson D

curriculum/challenges/english/blocks/top-learn-block-and-inline/6570447ee7b02272663824e2.md

latest565 B
Original Source

--description--

Now that you have a basic understanding on how adding width and height to inline elements works, what happens when you add a top margin to an inline element?

--questions--

--text--

How does margin-top affect inline elements?

--answers--

margin-top has no impact on the layout of inline elements


margin-top increases the height of inline elements.


margin-top adds space above the inline element.


margin-top only affects the horizontal spacing of inline elements.

--video-solution--

1