diff --git a/curriculum/challenges/english/16-the-odin-project/top-learn-block-and-inline/learn-block-and-inline-question-k.md b/curriculum/challenges/english/16-the-odin-project/top-learn-block-and-inline/learn-block-and-inline-question-k.md index b29f8ec072a..66ed72db140 100644 --- a/curriculum/challenges/english/16-the-odin-project/top-learn-block-and-inline/learn-block-and-inline-question-k.md +++ b/curriculum/challenges/english/16-the-odin-project/top-learn-block-and-inline/learn-block-and-inline-question-k.md @@ -6,13 +6,13 @@ dashedName: learn-block-and-inline-question-k --- # --description-- -Now that you have a basic understanding on how adding width and height to `inline` elements works, what happens when you add a bottom padding of 15 pixels to a `span` element with display set to `inline-block`? +Now that you have a basic understanding on how adding width and height to `inline` elements works. # --question-- ## --text-- -Which of the following statements accurately describes the uses of `div` and `span` elements in HTML? +What happens when you add a bottom padding of 15 pixels to a `span` element with display set to `inline-block`? ## --answers--