Asked 1 years ago
20 May 2022
Views 585
Cimb

Cimb posted

html validator Error: Unclosed element div.

i get the following error for the w3c validator test :


Error: Unclosed element div.
From line 340, column 1; to line 340, column 24
</nav>????<div class="header" >?	<div


how do solve this problem with validator?
lain

lain
answered May 20 '22 00:00

Unclosed element div.
means some <div> tag is open and not closed some how so you need find that <div> and close with </div>
Post Answer