好词典

ul

UK /ˌjuːˈel/US /ˌjuːˈel/

词源

源自HTML术语,'ul'是'unordered list'的缩写,表示无序列表。

noun

❶ HTML中的无序列表标签,用于在网页中创建不带编号的项目列表,每个列表项前通常显示为圆点或其他符号。

“Use the <ul> tag to create a bulleted list in HTML.”

(使用<ul>标签在HTML中创建带圆点的列表。)

“Each item in a <ul> list is marked with a bullet point by default.”

(<ul>列表中的每个项目默认用圆点标记。)

同义词:unordered list, bullet list

常见短语

<ul> tag — HTML中用于定义无序列表的标签,通常与<li>标签配合使用来列出项目。

“The <ul> tag is essential for creating lists without numbers in web pages.”

(<ul>标签对于在网页中创建不带数字的列表至关重要。)