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

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -