Closing – tag
-
Why is it that WordPress can’t handle my <main> – tag?!
I have already checked every single tag if it is closed.I’ve got following site structure:
<main>
<section></section>
<section></section>
</main>Which get me this:
<p></p>
<main></main>
<p></p>
<section></section>
<section></section>But if i just change the <main> – tag into a <div> – tag it works like it should.
<div class=”main”>
<section></section>
<section></section>
</div>What is wordpress doing with my main tag?!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Closing – tag’ is closed to new replies.