如何缩进HTML中的清单

在创建缩进列表时,我遇到了一个小问题。我想到了发布html,并在css应该是什么方面获得了别人的帮助。

基本上应该说链接“这是一个非常简单的过程”,这不应该有一个要点,它只是一个句子。

然后在该行下方(之间没有空格),应该在其中缩进有序列表。

这个怎么做?

<ul class="nobullet">
  <li>It's a very simple process:
    <ol>
      <li>Send an email to <b>xxx@xxx.com</b> requesting to join our talent pool along with your CV attached.</li>
      <li>We will send you a form to complete where you can state your preferred roles and locations.</li>
      <li>You relax and we will communicate with our business clients on a weekly basis for available roles.</li>
    <li>We will send you job specifications that match your preference.</li>
    </ol>
  </li>
</ul>