Prev Next

10d lists: ul-4

Wrap the list in a <ul> tag and each items in a <li>.

<ul>
  <li>scene heading</li>
  <li>action</li>
  ...
</ul>
👉 Go to my code