Ebazhanov / linkedin-skill-assessments-quizzes

Full reference of LinkedIn answers 2024 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.5k stars 13.34k forks source link

New questions for Front-end development #6926

Open DanielGMesquita opened 12 months ago

DanielGMesquita commented 12 months ago

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

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

DanielGMesquita commented 12 months ago

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

DanielGMesquita commented 12 months ago

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

dakshithadissanayaka commented 12 months ago

❤️

dakshithadissanayaka commented 12 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 12 months ago

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

mingfengwan commented 11 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...

Codewithmeowmeow commented 1 month ago

What is the default value of the display property of a

element in CSS?

A) inline B) block C) inline-block D) flex answer is B