Folks,
www.NJDriversLicenses.com is failing a w3c check, giving the error message indicated above. I do not understand why.
Can someone please help?
A.
Folks,
www.NJDriversLicenses.com is failing a w3c check, giving the error message indicated above. I do not understand why.
Can someone please help?
A.
Last edited by marain; 10-06-2020 at 11:53 PM. Reason: Mark "Resolved"
It's refering to this part of the code
There are rules about what elements are allowed to be inside of other elements. For example, div elements cannot be placed inside span elements.HTML Code:<div id="bottom"> <bottom>
You've placed an element called "bottom" inside a div. I've never heard of the tag "bottom", and a quick google search cannot find anything about it either. Is it a valid type of html element? If no, try changing it and that will probably resolve your issue.
marain (10-06-2020)
Oops. Brain fart on my part. I meant to use the footer tag.
Thanks.
A.
Bookmarks