Home » HTML » Html miscellaneous » Question
  1. Whose value targets CSS property?
    1. property
    2. timing-function
    3. delay
    4. transition-duration
    5. None of these
Correct Option: A

The value of property targets the CSS property to which transition effect should be applied. The property should be height, color, width, background etc. But if the value is not explicitly specified, it will take all as the default value, and will be applied to all the properties.



Your comments will be displayed only after manual approval.