fix(curriculum): update test question to match provided answers for TOP Question K (#53100)

This commit is contained in:
Yeldar Kudaibergenov
2024-01-10 21:17:40 +06:00
committed by GitHub
parent 67b3e51401
commit 17fc903cbf

View File

@@ -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--