There are three types of lists to use in HTML: Ordered, Unordered, and Definition lists. The ordered list is a list in which each item is numbered while an unordered list have bullet points. Finally, a definition list has a set of terms and their definitions.
An ordered list begins and ends with the “ol” tag while the unordered list begins and ends with the “ul” tag. Within both of those is the “li” tag which denotes each item in the list. Definition lists begin with the “dl” tag; “dt” denotes the term, and “dd” denotes the definition.
Using the font family property, you can denote which font (and it’s other styles) you will be using for the website. You can also use bold and italic tags in the CSS to change the appearance of your text. Finally, it may be important to adjust your letter and word spacing .