From 17fc903cbfca4100d5e7acf3288e5e55d2e4a29a Mon Sep 17 00:00:00 2001 From: Yeldar Kudaibergenov Date: Wed, 10 Jan 2024 21:17:40 +0600 Subject: [PATCH] fix(curriculum): update test question to match provided answers for TOP Question K (#53100) --- .../learn-block-and-inline-question-k.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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--