In BEM methodology, the __ (double underscore) is used to denote a(n) ________ of a block.
- --, Element
- --, Modifier
- __, Element
- __, Modifier
In BEM, the double underscore (__) is used to denote a Modifier of a block, allowing for clear and structured class naming.
Loading...
Related Quiz
- When designing a multi-language website, you need to choose fonts that support a wide range of characters and scripts. What factors should you consider while selecting these fonts?
- You need to style a button differently when it's disabled. Which CSS pseudo-class would be most appropriate to achieve this?
- The "line-height" property can be set using units like px, em, and ________.
- You're developing a slide-in sidebar menu. What CSS property would be most efficient to animate for smooth performance?
- In CSS, if you want an element to inherit a property's value from its parent element, you would use the value ________.