Bu Css özelliği <UL> ve <LI> html etiketleri ile oluşturduğumuz listelerin özelliklerini belirlemek için kullanılır. HTML: <html><body><head> <title>Css</title> <style type="text/css"> <!- li { list-style-type : circle; list-style-position : inside; list-style : decimal; list-style-image ...