In order to make a list of bullet points use the code:
<ul>then skip a line and type <li> for bullet points and close </li>,then after inserting all the needed bullet points, at the end type </ul> to close it off.
First thing
Second thing
Third thing
In order to make a ordered list use the code:
<ol>then skip a line and type <li> for number points and close </li>,then after inserting all the needed bullet points, at the end type </ol> to close it off.
First thing
Second thing
Third thing
Although this is a incomplete website, to learn more on how to code go to https://www.w3schools.com/ for tutorials.