HTML: Unordered List

An unordered list is used to create a bulleted list of items.

The <ul> …………….. </ul> tag is used to define an unordered list; whereas, the <li> ……… </li> tag is used to define the items of the list.

Ex:-

<ul>
	<li>Linux</li>
	<li>Windows</li>
	<li>Mac</li>
	<li>Android</li>
</ul>
  • Linux
  • Windows
  • Mac
  • Android
vikashdev k
Latest posts by vikashdev k (see all)
Tagged : / / / / / /
0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x