Which directive is used to share a set of CSS properties from one selector to another?

16. Which directive is used to share a set of CSS properties from one selector to another?

  1. @share
  2. @import
  3. @transfer
  4. @extend

Answer: D) @extend

Explanation:

The @extend directive is used to share a set of CSS properties from one selector to another.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.