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

HTML ul Tag

HTML ul Tag

 

 

The ul tag is used to define an unordered list. An ordered list can be described with bullet points. We have to use li tags together with the ul tag.

 

Syntax:-

 

Its syntax is:- < ul >

Code Explanation

All Tutorials related to HTML Tags List

All Sections related to HTML