Skip to main content

WHAT IS UL AND LI ?

LI stands for "List Item" and UL stands for Un Ordered List. "UL" usually use to unordered the items and write them in a listed form that "LI" provides. These two commands generally use for the header of a website because the listed item mostly use in the header part. We are also providing you the images and short video clip of this scenario.

EXAMPLE:


RESULT:
VIDEO TUTORIAL:


Comments

Popular posts from this blog

WHAT IS BR ?

BR   stands for "line break" in  HTML  command. It is used to break a line between the element. We use this element when we need a gap or difference between the element. The main properties of this tag is that it does not contain close tag. In a short way it's a neutral tag. CODING: RESULT: