w3 validations problem

Discussion in 'JavaScript' started by mampi, May 21, 2009.

  1. #1
    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
     
    mampi, May 21, 2009 IP
  2. xlcho

    xlcho Guest

    Messages:
    532
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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 :)
     
    xlcho, May 21, 2009 IP