Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
将 HTML5 语义元素与 BEM 一起使用是一种好习惯吗?例如是
<header class="header header--full"> <nav class="header__nav">...</nav> </header>
好的,或者我应该使用div代替?
使用语义元素。你的例子正是你应该做的。