CSS-Listentyp funktioniert nicht

Ich habe das eingestelltlist-style-type in CSS, aber aus irgendeinem Grund wird es nicht angezeigt.

body {
  margin: 0;
}
ol {
  list-style-type: decimal;
  padding-left: 0;
}
<ol>
  <li>Item 1</li>
  <li>Item 2</li>
  <li>Item 3</li>
</ol>

Antworten auf die Frage(4)

Ihre Antwort auf die Frage