HTML5中ol和li屬性應用
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
ul{
/* 去掉左側的小圓點 */
list-style: none;
}
</style>
</head>
<body>
<!--1.有序列表
ol li 組標籤
li list
-->
<ol type="a">
<li>高階會員</li>
<li>高階會員</li>
<li>高階會員</li>
<!--無序列表
ul li
li list
-->
</ol>
<ul type="circle">
<li>高階會員</li>
<li>高階會員</li>
<li>高階會員</li>
</ul>
</body>
</html>
相關文章
- 好程式設計師web前端詳解HTML5中download屬性的應用程式設計師Web前端HTML
- HTML5 novalidate 屬性HTML
- border-sizing屬性詳解和應用
- openlayers6 使用ol.map>ol.view center屬性無效及解決方案View
- HTML5 Audio & Video 屬性解析HTMLIDE
- 說說你對HTML5的img標籤屬性srcset和sizes的理解?都有哪些應用場景?HTML
- css屬性與js中style物件的屬性對應表CSSJS物件
- html5/css3新增屬性HTMLCSSS3
- 關於 Angular 應用 tsconfig.json 中的 target 屬性AngularJSON
- 關於 Angular 應用 tsconfig.json 中的 lib 屬性AngularJSON
- defer 屬性和 async 屬性
- HTML5中新新增的表單屬性有哪些?HTML
- html中Position屬性值介紹和position屬性四種用法HTML
- 你瞭解HTML5的download屬性嗎?HTML
- 屬性和方法
- 使用 Moq 測試.NET Core 應用 -- Mock 屬性Mock
- 雲原生應用的十個關鍵屬性
- Kotlin基礎:抽象屬性的應用場景Kotlin抽象
- vue計算屬性和vue實力的屬性和方法Vue
- Vue — vue中帶有$的屬性和方法Vue
- Vue中計算屬性和偵聽器Vue
- Vue 標籤中的ref屬性和refsVue
- vue 標籤和屬性中 字串拼接方法Vue字串
- 深入剖析 Java 類屬性與類方法的應用Java
- 屬性和監聽
- 6月書訊:Di li li li di li li li...
- page-break-before和page-break-after屬性有什麼應用場景?
- Swift 中的屬性Swift
- Python中的屬性Python
- Python中訪問私有屬性和私有方法Python
- vue中vuex的五個基本屬性和用法Vue
- [JAVA] 只知物件屬性,不知類屬性?就算類答應,static都不答應Java物件
- 淺談HTML5中canvas中的beginPath()和closePath()的重要性HTMLCanvas
- EF Core 索引器屬性(Indexer property)場景及應用索引Index
- 以太坊中的全域性屬性
- [譯] HTML5 data 屬性規則使用 jQuery Validate 外掛HTMLjQuery
- C#屬性和lamdaC#
- Winform Anchor和Dock屬性ORM
- calcMode, keyTimes和keySplines 屬性