You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mingfengwan see the question properly and options too.
I tested them all. The only option with syntax error is h2 {colour: yellow;}. The rest don't have syntax error. So this question should have been "Which command has syntax error"
I'm submitting an ISSUE: Q86 of front-end-development-quiz.md seems wrong
Q86. Which command has no Syntax error in CSS?
p {font-size: 16em;}
h2 {colour: yellow;}
div {border-radius: 5px}
#my-div {background-color: blue;}
In the question above, the only option with syntax error is option 2
h2 {colour: yellow;}
, where color is misspelled into colour.The text was updated successfully, but these errors were encountered: