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.
  1. Question 1. The z-index attribute is used to
    1. Relative positioning for a component
    2. Specifies the border style of a web object
    3. Create color effects for links
    4. Put web components in different layers
  2. Sentence 2. text-transform: uppercase is used to format effects
    1. Flower print
    2. Print the first letter in each word
    3. Print often
    4. No effects apply
  3. Question 3. Group of objects with the same attributes and can be used multiple times are:
    1. class
    2. id
    3. Both a and b are correct
    4. A and B are wrong
  4. Question 4. In RGB color code hexadecimal form, #FFFFFF is what color?
    1. Black
    2. White
    3. Red
    4. Green
  5. Question 5. The priority when applying CSS is:
    1. External CSS
    2. Inline CSS
    3. Internal CSS
    4. Inline CSS
  6. Question 6. The cascading order of CSS according to the priority from low to high is as follows:
    1. External Style Sheet, Internal Style Sheet, Browser default, Inline Style
    2. Inline Style, Browser default, External Style Sheet, Internal Style Sheet
    3. Browser default, Internal Style Sheet, Inline Style, External Style Sheet
    4. Browser default, External Style Sheet, Internal Style Sheet, Inline Style
  7. Question 7. CSS defines different styles for the same HTML element using:
    1. class selector
    2. id selector
    3. name selector
    4. type selector
  8. Question 8. To link to the External Style sheet we use the card:
4 ★ | 1 Vote