Please help with this error. I get this error when i try to w3validations my website. document type does not allow element "span" here. here is the coding begintag='<span class="welcome">Clients </span> <span class="itcslive">Review</span> here is our website links:http://www.itcslive.com/ how can i fix up these errors? thanks
The <span> you are inserting is not allowed to be inserted where you want it to be. The error is pretty well explained by the W3C (including line and column numbers...), I doubt anyone here will be able to explain it better to you