Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Markup (HTML, XHTML, XML) _ confusing error

Posted by: minidiapolis May 2 2010, 11:44 PM

The validator says on http://www.sullens.net/~mthomas/cins257/project/FAQ.html there's an error on line 38, but it has a closing tag on line 50. What am I missing?

Posted by: Frederiek May 3 2010, 03:53 AM

Line 38 contains an <ul> and the following line 39 starts with an <ul> too.

That should be:

CODE
<ul...>
  <li>
    <ul...>
      <li>...</li>
    </ul>
  </li>
</ul>

See http://www.htmlhelp.com/reference/html40/lists/li.html for how to nest lists.

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)