Answer:
display: list-item
Explanation:
Cascading Style Sheets adds different styles to the web pages and documents. These can be adding different fonts, bullets, colors etc.
In display: list-item
display changes the display style of an element.
list-item is used to display the element or the content of the webpage such as here the yacht club rules in a bulleted list form. The element will be shown in this way <li>
list-item can also be used along
list-style-type and list-style-position
For example:
If the content is this line: "this is my computer"
it will be displayed as: