<html>
<head>
<title> Deneme </title>
<style>
dl.
{
margin:0;
color:red;
background-color: lavender;
}
span.
{
background-color: red;
color: #fff;
text-decoration: line-through;
margin: 5px;
background-color: #b71717;
border-radius:5px;
}
</style>
</head>
<body>
<ol>
<li>Arabalar</li>
<dl><dt>ARA.Sahin</dt>
<ol>
<ol type="I" start="50">
<li>SLX</li>
<li style=" background-color: red; width: 11%;"><span>Doğan Görünümlü</span></li>
<li>AMG</li>
<li>5X</li>
</ol>
</ol>
<dl><dt>ARB.Kartal</dt>
<dl><dt>ARC.Mercedes</dt>
<dl><dt>ARD.Porche</dt>
</dl>
</dl>
</dl>
</dl>
<li>Evler</li>
<li>Çiçekler</li>
<li>Hayvanlar</li>
<li>Okullar</li>
</ol>
</body>
</html>