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: ๐Ÿงต
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

- 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.
โžŒ 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.
โž 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.
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๐Ÿ’š
Mentions
See All