HTML/CSS/List Attributes/type list

Материал из Web эксперт
Перейти к: навигация, поиск

"type" defines the style for the list items

   <source lang="html4strict">
   

<HTML> <BODY>

  1. Item 1
  2. Item 2
  3. Item 3

</BODY> </HTML>


     </source>