+ 34
A Simple Question abt. a quiz inconsistency
Once upon time (yesterday, 4/28) there was 2 quiz questions in HTML challenges that contradicted each other. And I didn't know how to ask the question because I wanted to add screenshots. I figured maybe I could post a <img src> tag in the post but probably not. So instead of taking the 2 seconds to try that I just wrote it in the code playground for the sole purpose of showing those 2 screenshots. To be continued... https://code.sololearn.com/WN8sb2GUVDQ0/?ref=app
9 Answers
+ 23
Have you reported it? @Kryptic
There's now a report option present in the challenges.
+ 27
@Sack Cash both dt and dd are elements of dl, therefor they both describe/define dl right?
<dl>
<dt>some term</dt>
<dd>describing some term</dd>
<dt>some other term</dt>
</dl>
So is what you are saying you can add certain things to <dd> such as paragraphs, imgs, etc., but not <dt>?
Please use lamens terms for me lol
+ 26
@Dayve No I didn't notice I could do that. I'll keep an eye out for it next time! Thanks!
+ 9
THis is useful and yes the quiz questions need to be updated . they are heavily repeating. .
+ 6
Nice catch Kryptic! Also, great html build. I just started that same course myself, so you saved me & tons of others some confusion down the road. Thank you.
+ 5
<dt> is "term" and is restricted to inline content
<dd> is description and is a block level element to my knowledge. No contradictions have been made, but that's a fancy program you made explaining it. Props to that.
+ 3
there should be some people like the mods to review the answers not every one can rate the submitted quizzes
+ 2
hai
+ 2
simple question