x
 
1
<!DOCTYPE html>
2
<title>Example</title>
3
<style>
4
  ul {
5
    font-size: 22px;
6
    list-style-image: url("/pix/samples/bullet1.png");
7
  }
8
</style>
9
10
<ul>
11
  <li>List item one</li>
12
  <li>List item two</li>
13
  <li>List item three</li>
14
</ul>