What Is an HTML Bullet?
The <li> tag can be used to define a list in HTML. The list defined by the <li> tag can be an unordered list or an ordered list.
LI
(HTML tag)
Right!
- The <li> tag can be used to define a list in HTML. The list defined by the <li> tag can be an unordered list or an ordered list.
- <li> The tag defines a list item (li is short for lists).
- <li> Tags can be used on ordered lists (<ol>) and unordered lists (<ul>) [1]
- In HTML 4.01, the "type" and "value" attributes of the li element were deprecated.
- In the XHTML 1.0 Strict DTD, the "type" and "value" attributes of the li element are not supported. [1]
- DTD indicates in which DTD this attribute is allowed to be used. S = Strict, T = Transitional, F = Frameset.
|
|
|
|
---|---|---|---|
|