Need help with code error found on w3c
-
Not being code savvy, can someone please tell me how to fix this error that was found for my site using w3c. Here is the error:
Line 142, Column 23: document type does not allow element “span” here;
assuming missing “li” start-tag
<ul><span class="arri"></span><span class="arri2"></span>
Line 143, Column 7: document type does not allow element “li”here; missing one of “ul”, “ol” start-tag
<li>
I’ve located the code on my site. Here’s how it reads:
<ul><span class="arri"></span><span class="arri2"></span> <li>
Thanks, I appreciate your time and help.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Need help with code error found on w3c’ is closed to new replies.