| 
	
 | 
 Posted by Mike Massonnet on 07/26/06 23:39 
Hello, 
 
  I'm wondering how to write lists, and especially the case where there 
are sub-lists. 
 
  Which one of both is correct? 
 
<ul> 
  <li>My item</li> 
  <ul> 
    <li>Sub item...</li> 
  </ul> 
  <li>EOL</li> 
</ul> 
 
Or, 
 
<ul> 
  <li>My item 
    <ul> 
      <li>Sub item...</li> 
    </ul> 
  </li> 
  <li>EOL</li> 
</ul> 
 
  I prefer the prefer because of its structure.  But it doesn't looks to 
be the default choice of webmasters.  I see most of the time the second 
case being used. 
 
Greetz, 
Mike 
--  
 http://massonnet.org/ Mike Massonnet (mmassonnet)           ,-. 
                                                     ,      ( {o\ 
 GnuPG 0--" 0xF8C80F97                               {`"=,___) (`~ 
 C4DA 431D 52F9 F930 3E5B  3E3D 546C 89D9 F8C8 0F97   \  ,_.-   )
 
  
Navigation:
[Reply to this message] 
 |