Answer the question
In order to leave comments, you need to log in
How to write a class according to the BEM methodology?
<section class="banner-top container">
<div class="banner-top__bg"></div>
<div class="banner-top__before">
<p class="ico_s point">text</p>
</div>
<div class="banner-top__middle">
<h1>title</h1>
<p>text</p>
</div>
<div class="banner-top__after">
<div class="slider-logo owl-carousel">
<div class="slider-logo__item">
<a target="_blank" href="<?= $item["link"] ?>">
<img src='./img/.png' alt='img' srcset='./img/svg/.svg'>
</a>
</div>
</div>
</div>
</section>
Answer the question
In order to leave comments, you need to log in
Paste the code here: https://yoksel.github.io/html-tree/
The service will show where you have problems
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question