The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

> confusing error
minidiapolis
post May 2 2010, 11:44 PM
Post #1


Serious Coder
*****

Group: Members
Posts: 437
Joined: 3-September 06
Member No.: 57



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?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
 
Reply to this topicStart new topic
Replies(1 - 1)
Frederiek
post May 3 2010, 03:53 AM
Post #2


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



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.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 24th April 2024 - 07:27 AM