HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

Unordered List in HTML

Unordered List

 

 

An undered list starts with the ul tag, and each list item is defined by the li tag. The list item will be automatically marked by bullets. It has both start tag and an end tag.

 

Syntax:-

 

Its syntax is:- < ul >

Code Explanation

All Tutorials related to HTML Basics

All Sections related to HTML