Try   HackMD

CSS 32. List Styling / ul,ol Tag

在 CSS 製作時,可以被編輯的項目樣式:

  • 以此 HTML ul 做範例:
<ul>
  <li>2008:團團圓圓到台灣</li>
  <li>2013:圓仔出生</li>
  <li>還沒有其他熊貓</li>
</ul>

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

自己動手做:

ul {
 list-style-type: // 通常這裡 vscode 會提供相當多的樣式,可自行嘗試。
}
tags: 2022 網頁開發全攻略教程 / CSS篇章 - CSS 進階-1