abbr.upper limit upper limit;upper leg upper arm;upper lid upper cover;upper left upper left

html ul tag syntax

Function: Define an unordered list.

Instructions: Please use styles to define the type of the list.

Note: All major browsers support the <ul> tag.

html ul tag example

<html>

<body>

<h4>一個(gè)無序列表:</h4>
<ul>
  <li>咖啡</li>
  <li>茶</li>
  <li>牛奶</li>
</ul>

</body>
</html>

Run Instance?

Click the "Run Instance" button to view the online instance

<html>

<body>

<h4>一個(gè)無序列表:</h4>
<ul>
  <li>西門大官人</li>
  <li>滅絕師太</li>
  <li>歐陽克</li>
  <li>韋小寶</li>
</ul>

</body>
</html>

Run instance?

Click the "Run instance" button to view the online instance