HTML-Prototype der OTH-Regensburg

<insert-markup>3.4-</insert-markup>
  • This is a list item in an unordered list
  • An unordered list is a list in which the sequence of items is not important. Sometimes, an unordered list is a bulleted list. And this is a long list item in an unordered list that can wrap onto a new line.
  • This is the last list item
Markup: templates/output/05-objects/list-bare.html

<ul class="o-list-bare">
  <li>This is a list item in an unordered list</li>
  <li>An unordered list is a list in which the sequence of items is not important. Sometimes, an unordered list is a bulleted list. And this is a long list item in an unordered list that can wrap onto a new line.</li>
  <li>This is the last list item</li>
</ul>
Source: assets/sass/05-objects/_objects.list-bare.scss, line 5