"Reprint please retain the integrity of the content of the Wind network article, if you do not comply with this principle, we will retain the right to pursue legal responsibility"
<li> Label
Definitions and usage
<li> Label definition list items, both sequential and unordered tables use <li> tags.
Differences between HTML 4.01 and HTML 5
In HTML 4.01, the use of the "type" and "Http://www.aliyun.com/zixun/aggregation/9541.html" >value properties is not favoured.
The ' type ' attribute is no longer supported in HTML 5.
In HTML 5, there is no disapproval of using the "value" attribute, but it can only be used with the <ol> element.
Tips and comments
Wind Network (www.ithov.com) Tip: Please use CSS to define the type of list.
Example
<ol>
<li>Coffee</li>
<li>Tea</li>
</ol>
<ol>
<li value= "8" >Coffee</li>
<li>Tea</li>
</ol>
<ul>
<li>Coffee</li>
<li>Tea</li>
</ul>
Property
The
property value describes the type of DTD type a I-I 1 disc square circle the specified list. Not in favor of use. Please use style substitution. TF value Number_of_list_item is not in favor of use. Please use style substitution. TF
Standard properties
Class, Contenteditable, ContextMenu, dir, draggable, id, irrelevant, lang, ref, Registrationmark, TabIndex, template, For a complete description of the title, visit the standard properties in HTML 5.
Event Properties
Onabort, onbeforeunload, onblur, onchange, onclick, OnContextMenu, ondblclick, Ondrag, Ondragend, OnDragEnter, OnDragLeave, OnDragOver, ondragstart, OnDrop, OnError, onfocus, onkeydown, onkeypress, onkeyup, onload, OnMessage, OnMouseDown, OnMouseMove, onmouseover, onmouseout, onmouseup, OnMouseWheel, OnResize, Onscroll, Onselect, onsubmit, OnUnload for a complete description, visit the event properties in HTML 5.