When implementing BEM, what symbol is typically used to separate a block from its element?
- -
- .
- :
- __
In BEM, a double underscore (__) is used to separate a block from its element, indicating a strong hierarchy in the naming convention.
Loading...
Related Quiz
- In CSS Grid, which property defines the number of columns in the grid layout?
- What is SASS primarily used for in web development?
- The CSS property transform: scale(________); is used to double the size of an element.
- How can the !important rule in CSS be used in styling?
- How does minifying CSS files contribute to web page performance?