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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *