Prev Next

10c lists: ul-3

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