Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
The error indicates that only one button, input, meter, output, progress, select, or textarea (your choice) can be inside the label tag.
This is so wrong :
<label>
<input type="search" class="search-field" placeholder="Поиск по сайту..." value="" name="s">
<button class="search-submit search__pos"><i class="fa fa-search"></i></button>
</label>
<label>
<input type="search" class="search-field" placeholder="Поиск по сайту..." value="" name="s">
</label>
<button class="search-submit search__pos"><i class="fa fa-search"></i></button>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question