# Creating List items

You can make lists through a variety of methods. The most common is to create a repeat grid.

After you have created a repeat grid set the tag name to **UL** or **OL** and the sub tag name to **LI**.

You may want to [remove all styles](https://velara-3.gitbook.io/web-export/element-options/untitled) and positioning from list items. Select an item in the grid and set the styles and sub styles to `-all`.

You may want to remove all list item styles. Select the Repeat Grid. In the sub styles to **-all**.

For text fields or text boxes you can remove default styling options using **-text**.

{% embed url="<https://youtu.be/99cFnL8pnrQ>" %}

{% embed url="<https://developer.mozilla.org/en-US/docs/Web/HTML/Element/li>" %}

{% embed url="<https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ol>" %}

{% embed url="<https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ul>" %}

{% embed url="<https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type>" %}
