A repository consisting of all the Computer Science related Questions asked in Company Interviews.
- Find the Computer Science domain you want to contribute to. If the repository doesn't have a folder of your domain, then make a folder with that name.
- In the
README.md
๐งพ, add the Questions in the following order:- Question ๐
- Correct Answer โ
- Asked in Company i.e. Name of the Company ๐ป
- Related Topics/Frameworks/Sub-domains ๐ฏ
Question: Name the types of values for the CSS Property position
?
Answer: There are 5 values for position
property which are static, absolute, relative, sticky and fixed
.
Company: ABC
Topics: CSS
Please make sure you don't contribute wrong answers for a question.