日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 前端技术 > HTML >内容正文

HTML

html中ol和li,HTML ol和li标签

發布時間:2023/12/8 HTML 40 豆豆
生活随笔 收集整理的這篇文章主要介紹了 html中ol和li,HTML ol和li标签 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

定義與用法

The

  • tag defines the start of an ordered list.
  • 標簽可定義有序列表的起始
  • 在HTML和XHTML中的區別

    The "compact", "start" and "type" attributes of the ol element

    were deprecated in HTML 4.01.

    在HTML4.01中ol元素的"compact","start"和"type"屬性已經不再推薦使用

    The "compact", "start" and "type" attributes of the ol element

    are not supported in XHTML 1.0 Strict DTD.

    XHTML1.0嚴密型DTD將不再支持這些屬性。

    提示與注意點

    Tip: Use styles to define the

    type of list.

    提示:使用樣式來定義列表類型

    實例

    代碼

    輸出結果

  • Coffee
  • Tea
  • Coffee

    Tea

    可選屬性

    DTD indicates in which DTD the

    attribute is allowed. S=Strict, T=Transitional, and

    F=Frameset.

    下表中的DTD列指明了被支持的DTD屬性。S=Strict(精確的),T=Transitional(傳統的),F=Frameset(框架)

    屬性

    描述

    DTD

    compact

    compact_rendering

    Deprecated. Use styles instead

    不推薦。使用樣式做替代

    TF

    start

    start_on_number

    Specifies the number to start on. Deprecated. Use

    styles instead

    指定起始數。不推薦。使用樣式做替代

    TF

    type

    A

    a

    I

    i

    1

    Specifies the type of the list. Deprecated. Use

    styles instead

    指定列表的類型。不推薦,使用樣式做替代

    TF

    標準屬性

    id, class, title, style, dir, lang, xml:lang

    For a full description, go to Standard

    Attributes.

    查看完整的屬性

    事件屬性

    onclick, ondblclick, onmousedown, onmouseup,

    onmouseover, onmousemove, onmouseout, onkeypress, onkeydown,

    onkeyup

    For a full description, go to Event

    Attributes.

    查看完整的屬性

    嘗試與演示

    An ordered list

    An ordered list.

    有序列表

    總結

    以上是生活随笔為你收集整理的html中ol和li,HTML ol和li标签的全部內容,希望文章能夠幫你解決所遇到的問題。

    如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。