learn html programs(18 program)how to use unrecorded list with type attribute

Опубликовано: 26 Июль 2026
на канале: Jay Shukla
8
2

#html #css #coding #unordered #list #ul #type #attribute
The new thing in this program is about how to use unordered list with type attribute.

DESCRIPTION OF TAGS:-
HTML -Tag tells browser that it is html document.
HEAD - Tag is used to define the head portion of the document which contain information related to the document.
TITLE -Tag is used to give title of the program.
BODY - Tag defines main content of HTML .
UL -Tag defines unordered list or bulleted list displays element in
bullet format.
UL TYPE -Tag defines the style of list items are marked with given design.