George130 Adimistrator
Mesaje : 214 Data de inscriere : 13/04/2011 Varsta : 32 Localizare : Oradea
| Subiect: Lista cu categorii Html Dum Noi 20, 2011 12:58 am | |
| - Cod:
-
<ul><!-- open whole list --> <li>Title of Section One <ul> <li>Apple</li> <li>Orange</li> <li>Banana</li> </ul> </li><!-- closing list under section one --> <li>Title of Section Two <ul> <li>Beef</li> <li>Chicken</li> <li>Fish</li> </ul> </li><!-- closing list under section two --> <li>Title of Section Three <ul> <li>Carrot</li> <li>Celery</li> </ul> </li><!-- closing list under section three --> </ul><!-- closing whole list -->
| |
|