HTML <li>
query_builder | Christopher PisaniThe HTML element <li> is the child of elements <ul>, <ol> and <menu>. The content within the <li> element will get indented and presented by default by a bulet point, which can be changed from it's parent elements.
<p>Apollo astronauts:<p/>
<ul>
<li>Neil Armstrong</li>
<li>Alan Bean</li>
<li>Peter Conrad</li>
<li>Edgar Mitchell</li>
<li>Alan Shepard</li>
</ul>
Available Attributes
No specific attributes are assigned for this element, other than the standard global attributes.