Hey, I’m back with more exciting stuff. Today I want to talk about Html: list.
List is known to be used to group related pieces of information together, they are used for navigation system and CSS. We have 3 types of list and they are: ordered list, unordered list and lastly description list. My lecturer Ruairi says, we will be looking at the first two [ordered and unordered list].
Unordered list: they are bulleted list and a set of items that can be placed in any order. for example;
. Phone
. Chair
. Table
. Television
In order for you to create an unordered list, you need to use the element <ul>. Each item on the list you use the element <li>. for example;
< ul >
< li > Phone < /li >
< li > Chair < /li >
< li > Table < /li >
< li > Television < /li >
< /ul>
Okay, enough of my lecture lol. Alright guys, until next time I’m still your girl Dawo.









