mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-25 14:01:29 -05:00
fix(curriculum): update test question to match provided answers for TOP Question K (#53100)
This commit is contained in:
committed by
GitHub
parent
67b3e51401
commit
17fc903cbf
@@ -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--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user