HTML/CSS/List Tags/ul

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

"ul" creates an unordered (bulleted) list

   <source lang="html4strict">
   

<html> <head> <title>ul element example</title> </head> <body>

  • A
  • A
  • A
  • A
  • E

</body> </html>


     </source>