Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
ul li {
background: url('/build/images/arrow-right.4aad274a.png') no-repeat left center;
padding: 5px 10px 5px 25px;
list-style: none;
margin: 0;
vertical-align: middle;
}
</style>
</head>
<body>
<h1>Example</h1>
<ul>
<li>List item1</li>
<li>List item1</li>
<li>List item1</li>
<li>List item1</li>
</ul>
</body>
</html>