HTML Lists in Hindi | Ordered List | Unordered List | Definition List

Опубликовано: 19 Октябрь 2025
на канале: Code With Fun
22
0

html list | list in html | list in html in hindi | html list attribute
By default in ordered list list items are marked by numbers. in HTML ordered lists are created with ol tag and the list items starts with li tag. The type attribute of the ol tag, defines the type of the list item marker. We can change numbers with alphabets and roman numbers with the help of type attribute of ol tag.
Second is unordered list, unordered list is also known as bullet list. Unordered list starts with ul tag and each list items with li tag similarly. We can change the bullets into square and square with the help of type attribute of ul tag. Third kind of list is known as definition list. A description or definition list is a list of terms, with a description of each term. The dl tag defines the definition or description list, dt tag defined definition term name and dd tag defines the description of each term.
#htmllist #listinhtml

your query
order list
unorder list
attribute in list
disc type is default type
square type
circle type
order list
attribute in list type A,a I,i,1