In CSS methodology, what does BEM stand for?
- Basic Element Method
- Best Element Model
- Block Element Modifier
- Browser Extension Module
BEM stands for Block Element Modifier. It is a methodology for naming CSS classes in a way that makes it clear which component a class belongs to and how it can be used within that component. This helps in creating modular and maintainable code.
Loading...
Related Quiz
- How can you create a function in SASS that returns a value?
- When building a theme with interchangeable colors, which approach using CSS or SASS variables would allow the most flexibility for theme variations without changing the underlying structure?
- Applying __________ techniques to CSS can help in reducing render-blocking resources.
- The value calc() in CSS allows you to perform ________.
- You need to style a button differently when it's disabled. Which CSS pseudo-class would be most appropriate to achieve this?