Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reftest Reference</title>
<style>
ol {
list-style-position: inside;
list-style-type: hebrew;
margin: 0;
padding: 0;
font-size: 40px;
}
</style>
<ol start="14">
<li>text</li>
</ol>