Thread
99% of Developers still do not know that there are 4 types of lists in HTML.
Give me 5 minutes and I will show them to you right in front of you!
Open: ๐งต
Give me 5 minutes and I will show them to you right in front of you!
Open: ๐งต
Indeed, there are four types of lists in HTML, and they are also the most useful from an interview perspective.
โ Unorder list
โ Order list
โ Data list
โ Menu list
โ Unorder list
โ Order list
โ Data list
โ Menu list
โ Unorder list
- An unordered list is a bulleted list where each item is preceded by a bullet point.
- It is created using the <ul> element and each list item is defined using the <li> element.
- An unordered list is a bulleted list where each item is preceded by a bullet point.
- It is created using the <ul> element and each list item is defined using the <li> element.
โ Order list
- An order list is a numbered list where each item is preceded by a number.
- It is created using the <ol> element, and each list item is defined using the <li> element.
- An order list is a numbered list where each item is preceded by a number.
- It is created using the <ol> element, and each list item is defined using the <li> element.
โ Data list
- A definition list is a list that consists of terms and their corresponding definitions.
- It is created using the <dl> element, and each term is defined using the <dt> element, while each definition is defined using the <dd> element.
- A definition list is a list that consists of terms and their corresponding definitions.
- It is created using the <dl> element, and each term is defined using the <dt> element, while each definition is defined using the <dd> element.
โ Menu list
- The menu list is used to create a list of menu options. It is created using the <menu> element, and each item is defined using the <li> element.
- The menu list is used to create a list of menu options. It is created using the <menu> element, and each item is defined using the <li> element.
That's all for now, we will meet in the next thread๐
๐ Follow Me @ATechAjay
For:
๐ค AI Tool Tester
๐ Web Development
โจ JavaScript
โ๏ธ React JS
๐ Writing Skill
๐ฅ Motivation
๐น Growth
Thank you so much for staying to the end of this thread๐
๐ Follow Me @ATechAjay
For:
๐ค AI Tool Tester
๐ Web Development
โจ JavaScript
โ๏ธ React JS
๐ Writing Skill
๐ฅ Motivation
๐น Growth
Thank you so much for staying to the end of this thread๐
Mentions
See All
Afiz โก๏ธ @itsafiz
ยท
May 22, 2023
Great guide for HTML beginners.
Subroto Banerjee @Subroto0108
ยท
May 22, 2023
Very nice thread ajay