사용자 도구

사이트 도구


html:list

HTML List

  • ul, ol : li 와 내포
  • dl : dt, dl 과 내포

nested

  • li 안쪽에 ul, ol 을 넣어야한다.
<ol>
  <li>Remove the skin from the garlic, and chop coarsely.</li>
  <li>Remove all the seeds and stalk from the pepper, and chop coarsely.</li>
  <li>Add all the ingredients into a food processor.</li>
  <li>
    Process all the ingredients into a paste.
    <ul>
      <li>
        If you want a coarse "chunky" hummus, process it for a short time.
      </li>
      <li>If you want a smooth hummus, process it for a longer time.</li>
    </ul>
  </li>
</ol>
html/list.txt · 마지막으로 수정됨: 2023/11/01 12:26 저자 kwon37xi