The lecture introduces you to HyperText Markup Language (HTML) unordered lists and list items. You also learn how to write an ordered list.
You can make a list of bullet points using the ul and li tags.
You can also make a numbered list with the same pattern, by replacing ul with ol.