What does an unordered list (<ul>) represent semantically?
<ul>
<ul> <li>Item 1</li> <li>Item 2</li> </ul>
A group of unrelated items
A set of instructions
A group of related items without a specific order
A list of steps