I am checking my page in the w3c validator https://validator.w3.org/nu/?doc=https%3A%2F%2F1f.nl%2F
and most of my errors i could remove but the menu one i am a bit confused
Error: End tag a violates nesting rules.
From line 119, column 1151; to line 119, column 1154
e”></span><
I believe this is the line:
<span class=”menu-item-text”>Home<span class=”nav-line”></span>
Is it the problem that there are 2 opening <span>’s and 1 closing </span>?
also the last 2 problems:
Error: End tag for body seen, but there were unclosed elements.
From line 124, column 4529; to line 124, column 4535
div></div></body></html
Error: Unclosed element div.
From line 120, column 3239; to line 120, column 3258
nav></div><div id=”container”><div c