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.
Attributes
value
description
DTD
id, class, title, style, dir, lang, xml: lang
onclick, ondblclick, onmousedown, onmouseup, onmouseover,
onmousemove, onmouseout, onkeypress, onkeydown, onkeyup [1]
The <li> tag supports all HTML global attributes. [2]

IN OTHER LANGUAGES

Was this article helpful? Thanks for the feedback Thanks for the feedback

How can we help? How can we help?