2009-10-07 18 views
10
<ol style="padding-top:0;"> 
<li><a href="http://www.24hourfitness.com/membership/offers/specials.html?cm_mmc=Silverfox-_-SEM-_-Google-_-Branded?">24 Hour Fitness</a></li> 

    <!-- open nested list --> 
    <ul> 
    <li>This website would be ideal to use as a reference. The information provided lists references and is also very detailed. You feel confident in what you read in this website as being factual and helpful.</li> 
    <li>source code – body section</li> 

     <!-- open nested list --> 
     <ol type="a"> 
     <li>Don't display unfriendly errors directly to the user.</li> 
     <li>Used SSL/HTTPS for login and any pages where sensitive data is entered (like credit card info).</li> 
     <li>Written <a href="http://www.w3.org/TR/xhtml1/" target="_blank">XHTML</a>/HTML and CSS according to the <a href="http://www.w3.org/">W3C specifications</a> and make sure they validate. The goal here is to avoid browser quirks modes and as a bonus make it much easier to work with non-standard browsers like screen readers and mobile devices.</li> 
     <li>Have some system for people to contact you with suggestions and criticism.</li> 
     </ol> 
     <!-- closed nested list --> 

    <li>The website’s goal is to encourage membership at 24 Hour Fitness gyms. This is very easy to determine by both the 24 Hour Fitness banner and the “Membership” banner. The website than provides a number of membership options. 
    You can locate your local gyms without any problems at all.</li> 
    <li>The website is quite easy to navigate around. The main reason is because of the six drop down menus at the bottom of the 24 Hour Fitness banner. 
    These drop down menus remain visible and constant for the majority of the web pages in the site. 
    For instance, when you click on “Shop” you are sent to a related website so the banner and the drop down menus change.</li> 
     </ul> 
     <!-- closed nested list --> 
</ol> 

答えて

28

内部<ul>li内であることをを必要とするので、新しいliまたは無近い最初のものを作るのいずれか助けて(私は、XHTMLバリデータからこのエラーを取得しています)。

+1

今日これを見て、Googleが私をここに連れて来ました。問題が解決しました。ネクステル。完了しました。 – Ducain

4

バリデーターは正しい:<ul>または<ol>要素内の有効な要素は<li>要素です。リストをネストする場合は、要素を<li>の要素の中に入れます。

関連する問題