CSS test with answer P4
Set of multiple choice questions about CSS programming language, invite readers to test their knowledge on this topic. With 10 questions including 4 answers, please choose the best answer.
Question 1. The z-index attribute is used to
Relative positioning for a component
Specifies the border style of a web object
Create color effects for links
Put web components in different layers
Sentence 2. text-transform: uppercase is used to format effects
Print the first letter in each word
Question 3. Group of objects with the same attributes and can be used multiple times are:
Question 4. In RGB color code hexadecimal form, #FFFFFF is what color?
Question 5. The priority when applying CSS is:
Question 6. The cascading order of CSS according to the priority from low to high is as follows:
External Style Sheet, Internal Style Sheet, Browser default, Inline Style
Inline Style, Browser default, External Style Sheet, Internal Style Sheet
Browser default, Internal Style Sheet, Inline Style, External Style Sheet
Browser default, External Style Sheet, Internal Style Sheet, Inline Style
Question 7. CSS defines different styles for the same HTML element using:
Question 8. To link to the External Style sheet we use the card: