:::

9. Unordered lists<-ul>

<!DOCTYPE html>
<html>
    <head>
        <title>Unordered Lists</title>
    </head>
    <body>
      <h1>Some random thoughts</h1>
      <p>test</p>
      <ul>
      <li>123</li>
      <li>123</li>
      <li>123</li>
      <li>123</li>
      </ul>
    </body>
</html>


:::

語系選擇