Answer the question
In order to leave comments, you need to log in
How to create a BEM block structure correctly?
Let's say there is a section block, it has several articles.
<section class="blog">
<article>
<h1> Заголовок </h1>
<p> Какое-то описание </p>
</article>
<article>
<h1> Заголовок </h1>
<p> Какое-то описание </p>
</article>
<article>
<h1> Заголовок </h1>
<p> Какое-то описание </p>
</article>
</section>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question