How do you select one of many similar tags to edit in CSS?

Fortitude

Estimable
Jun 19, 2014
24
0
4,560
Ex.


<ul>

<li>Listed Item 1</li>
<li>Listed item 2</li>

</ul>


How do you tell the CSS file to select only one of the <li> tags?