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

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -