<!DOCTYPE html>
<title>Example</title>
<style>
ol > li:empty {
border-bottom: 1px dashed gray;
}
li { padding: .5em; }
</style>
<ol>
<li>List item</li>
<li></li>
</ol>