A team is working on a large web application and decides to adopt a CSS methodology to maintain consistency and scalability. Which methodology would be most beneficial for a project where modular and reusable components are a priority?

  • Atomic CSS
  • BEM
  • OOCSS
  • SMACSS
BEM (Block Element Modifier) is a CSS methodology that promotes the creation of reusable and modular components by structuring class names in a way that reflects the relationship between different parts of the UI. This helps in maintaining consistency and scalability in large web applications.
Add your answer
Loading...

Leave a comment

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