Ebazhanov / linkedin-skill-assessments-quizzes

Full reference of LinkedIn answers 2023 for skill assessments (aws-lambda, rest-api, javascript, react, git, html, jquery, mongodb, java, Go, python, machine-learning, power-point) linkedin excel test lösungen, linkedin machine learning test LinkedIn test questions and answers
https://ebazhanov.github.io/linkedin-skill-assessments-quizzes/
GNU Affero General Public License v3.0
28.28k stars 13.4k forks source link

New questions for Front-end development #6926

Open DanielGMesquita opened 7 months ago

DanielGMesquita commented 7 months ago

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

DanielGMesquita commented 7 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.

DanielGMesquita commented 7 months ago

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

DanielGMesquita commented 7 months ago

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

dakshithadissanayaka commented 7 months ago

❤️

dakshithadissanayaka commented 7 months ago

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.

DanielGMesquita commented 7 months ago

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

mingfengwan commented 7 months ago

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...