DEV Community

Discussion on: No more HTML coding, please. Let's make layout to HTML real

Collapse
 
lkw23002894 profile image
LKW

HTML is very expensive if you use it for layout, or if you use a CSS 'methodology' like BEM that requires too much from your HTML. (BEM is a technique, not a methodology, especially because BEM is actually a way to avoid CSS, not use it).

Try not doing things like that, then you might find HTML not very expensive at all.