Open DanielGMesquita opened 12 months ago
what are the four principles of accessibility defined by WCAG?
I was not able to get the other alternativas in time, so I am only sharing the correct answer.
which element creates an ordered list, shown with numbers in the browser by default?
which choice is not a valid value for the contein property?
❤️
which choice is not a valid value for the contein property?
- [ ] content
- [ ] all
- [ ] layout
- [ ] strict
- [x] contain
The contain property in CSS is used to specify how an element should contain its children. However, none of the choices you provided (content, all, layout, and strict) are valid values for the contain property.
But the question has only these four alternatives. Now I am confused 🥴
which choice is not a valid value for the contein property?
- [ ] content
- [ ] all
- [ ] layout
- [ ] strict
- [x] contain
The contain property in CSS is used to specify how an element should contain its children. However, none of the choices you provided (content, all, layout, and strict) are valid values for the contain property.
Actually content, layout, and strict are valid values. The invalid ones are contain and all. So there are multiple correct answers to a single-choice question...
What is the default value of the display property of a
A) inline B) block C) inline-block D) flex answer is B
I'm submitting an ISSUE: please check one with "x"