--- layout: single elementName: li ---

# li

Defines a list item within an ordered list <ol> or unordered list <ul>.

Example: Copy

  1. Step one
  2. Step two
  3. ????
  4. PROFIT!!!
{% highlight html %}
  1. Step one
  2. Step two
  3. ????
  4. PROFIT!!!
{% endhighlight %}

Example: Copy

My shopping list:

  • Milk
  • Bread
  • Chocolate
  • More chocolate
{% highlight html %}

My shopping list:

  • Milk
  • Bread
  • Chocolate
  • More chocolate
{% endhighlight %}