<title>Setting the Position of List Marker</title>
font-family: Arial,sans-serif;
list-style-position: inside;
list-style-position: outside;
<h2>List Marker Position - Inside</h2>
<li>Fasten your seatbelt</li>
<li>Start the car's engine and take a closer look the instrument cluster for any warning sign</li>
<li>Look around carefully and go</li>
<h2>List Marker Position - Outside</h2>
<li>Fasten your seatbelt</li>
<li>Start the car's engine and take a closer look the instrument cluster for any warning sign</li>
<li>Look around carefully and go</li>