Thursday, March 26, 2020

Daftar CSS Properties Pada List

Kemampuan yang perlu dipelajari sebelumnya:
  • Dasar penggunaan komputer.
  • Mengerti dasar HTML.
  • Mengerti dasar CSS.
List dalam property CSS adalah Bullet dan Numbering) List dalam halaman website dan diatur dengan style CSS.
Di bawah ini adalah daftar selector element CSS yang berhubungan dengan property list dalam style CSS:
  • ul
  • ol
  • li
  • dl
  • dt
  • dd
Di bawah ini adalah daftar CSS Properties pada (Bullet dan Numbering) List dan property CSS lain yang berhubungan:


  • Property-Property Text dan Font:
    • font-family
    • font-size
    • font-style
    • font-weight
    • text-decoration
    • text-transform
    • text-align
    • color
  • Property List:
    • list-style-type
    • list-style-position
    • list-style-image
    • list-style: list-style-type  list-style-position  list-style-image
    • @counter-style
    • counter-increment
    • counter-reset
    • letter-spacing
    • word-spacing
  • Property-Property CSS lain:
    • background
    • padding
    • margin
    • border
    • width
  • Property-Property Text dan Font tambahan CSS lain (belum tentu 100% berjalan lancar di semua browser yang digunakan):
    • Font Style:
      • font-variant
      • font-kerning
    • Text Layout:
      • text-indent
      • text-overflow
      • white-space


Value yang umum digunakan dalam list CSS:
  • value CSS yang umum digunakan dalam UL (Unordered List)
    • circle
    • disc
    • square
  • value CSS yang umum digunakan dalam OL (Ordered List)
    • decimal
    • decimal-leading-zero
    • lower-alpha
    • lower-latin
    • lower-roman
    • upper-alpha
    • upper-latin
    • upper-roman
  • value CSS yang dapat digunakan dalam UL atau OL
    • none
    • inherit
referensi:
https://developer.mozilla.org/en-US/
https://www.w3schools.com/

No comments:

Post a Comment