html - Using HTML5 Semantic Elements with BEM Methodology -
is practice use html5 semantic elements bem? e.g. is
<header class="header header--full"> <nav class="header__nav">...</nav> </header>
ok or should use divs instead?
use semantic elements. example how should it.
Comments
Post a Comment