BEM stands for Block Element Modifier. It is a Methodology that every web developer should follow. This makes development easy and enforces re-usability. Let's understand this by an example. We can say,Form = Block(An Independent meaningful entity) Link, Button = Element(Part of Black, Which has no standalone meaning) Button types (primary/secondary) = Modifier(Represent state of Block or Element.)
2 Comments
Sort: