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;
Смотрите видео Bullet points not showing up - Unordered list not showing up - HTML, CSS онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Weird Blue Sand 18 Июнь 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 857 раз и оно понравилось 4 людям.