Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New questions for Front-end development #6926

Open
1 of 6 tasks
DanielGMesquita opened this issue Nov 25, 2023 · 7 comments
Open
1 of 6 tasks

New questions for Front-end development #6926

DanielGMesquita opened this issue Nov 25, 2023 · 7 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@DanielGMesquita
Copy link

DanielGMesquita commented Nov 25, 2023

I'm submitting an ISSUE: please check one with "x"

  • New question{'s}
  • New assessment
  • Missed questions/answers
  • Request for new quiz/answers/...
  • Documentation issue or request for ...
  • ...
@DanielGMesquita
Copy link
Author

DanielGMesquita commented Nov 25, 2023

what are the four principles of accessibility defined by WCAG?

  • Perceivable, Operable, Understandable, Robust

I was not able to get the other alternativas in time, so I am only sharing the correct answer.

@DanielGMesquita
Copy link
Author

DanielGMesquita commented Nov 25, 2023

which element creates an ordered list, shown with numbers in the browser by default?

  • ol
  • li
  • ul
  • list

@DanielGMesquita
Copy link
Author

DanielGMesquita commented Nov 25, 2023

which choice is not a valid value for the contein property?

  • content
  • all
  • layout
  • strict

@Ebazhanov Ebazhanov added help wanted Extra attention is needed good first issue Good for newcomers labels Nov 26, 2023
@dakshithadissanayaka
Copy link
Contributor

❤️

@dakshithadissanayaka
Copy link
Contributor

which choice is not a valid value for the contein property?

  • content
  • all
  • layout
  • strict
  • 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.

@DanielGMesquita
Copy link
Author

But the question has only these four alternatives. Now I am confused 🥴

@mingfengwan
Copy link

which choice is not a valid value for the contein property?

  • content
  • all
  • layout
  • strict
  • 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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants