Home / CSE / CSS - CS :: Discussion

Discussion :: CSS - CS

  1. Each property may also have a cascaded value of ___________ which means that, for a given element, the property takes the same specified value as the property for the element’s parent.

  2. A.

     !important

    B.

     delay

    C.

     inherit

    D.

     important

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Each property may also have a cascaded value of ‘inherit’, which means that, for a given element, the property takes the same specified value as the property for the element’s parent. The ‘inherit’ value can be used to enforce inheritance of values, and it can also be used on properties that are not normally inherited.


Be The First To Comment