HTML
<ol> <li class="inside">inside</li> <li>outside</li> </ol>
CSS
.inside { list-style-position: inside; } li::first-line { color: magenta; font-style: italic; text-decoration: underline; background-color: yellow; } li::first-letter { color: blue; font-size: 200%; }
JavaScript
/* Put your JavaScript here! But be aware that not all rendering tools are supporting JavaScript. */
Preview powered by paged.js
PDF rendered with  (https://weasyprint.org/)