stray a tag issue
-
I tried validating my website using w3c validator and saw the error
Error: Stray end tag
a
.My source code shows this with stray a tag closed without any opening tag.
<div class="carousel-slider__item"> <img class="owl-lazy" data-src="https://www.abc.com/wp-content/uploads/2020/03/25.jpg" alt="creative Agency"></a></div>
How can this be solved.
- The topic ‘stray a tag issue’ is closed to new replies.