How do I make a list and/or list elements?

Hi @andrew_louis93 we don’t have support for lists quite yet, but there is a workaround. You can add an “embed” element onto the page and copy paste html code.

<ul class="list-class">
  <li>first item</li>
  <li>second item</li>
  <li>third item</li>
</ul> 

You can replace “list-class” with any class you have created in Webflow. Hope this helps!