TOC
0:15 Inserting List Module
0:25 Changing List Type
0:50 Managing List Items
1:10 Nested Lists
1:30 Styling Lists
3:05 Making a Horizontal List
Get Builderius: https://builderius.io
Join Community: / builderians
This video is a part of our official documentation: https://docs.builderius.io/docs/modul...
The List module in Builderius is a fundamental element used to create unordered and ordered lists on your website or application. As a semantic container, the List module represents a group of related items presented in a sequence. With the List module, you can easily structure and display lists of items, such as bullet-point lists, or numbered lists to convey information in an organized and easy-to-read manner.
When you insert the List module into the canvas, it automatically generates a ul HTML tag, with several li items inside of it. This tag represents an unordered list, where the order of the items does not matter. You can change the HTML Tag of the module to ol to create an ordered list. The List module provides a semantic way to structure information into a list format. ul and ol have required li elements inside them, which in turn can have ul or ol children inside of them.