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>一个无序列表:</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>一个无序列表:</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