List: Group (Unordered)
Mozilla Description of Component
The
Reference link<ul>
HTML element represents an unordered list of items, typically rendered as a bulleted list.
Deprecated Attributes for <ul>
compact=""
Do not use this attribute, as it has been deprecated: use CSS instead. To give a similar effect as thecompact
attribute, the CSS property line-height can be used with a value of80%
.type=""
list styles should be handled through style sheets
Component Example
- List Item
- List Item
- List Item
- List Item
- List Item
- List Item
- List Item
- List Item
- List Item
Code Snippets
HTML
<ul>
<li>List Item</li>
<li>List Item</li>
<li>List Item</li>
<li>List Item
<ul>
<li>List Item</li>
<li>List Item</li>
<li>List Item</li>
</ul>
</li>
<li>List Item</li>
<li>List Item</li>
</ul>
History Tracking
- Code orginally created by Kelly; Approved by Steen on Nov 23,2023