1) I pressed F12 on my keyboard to inspect the page
2) I selected the UL element
3) I saw that list-style: none; (which removes the bullet points) is used in reset.css which is applied to entire website, but I din't want to remove it from there
4) I navigated to the class in which the unordered list (UL) is used
5) In CSS I used the name of that class, additionally I added UL so that it will be aplied just the the list
6) Then I wrote this and it solved my problem: list-style-type: disc;
Watch video Bullet points not showing up - Unordered list not showing up - HTML, CSS online without registration, duration hours minute second in high quality. This video was added by user Weird Blue Sand 18 June 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 857 once and liked it 4 people.