michael180
08-01-2011, 10:16 PM
I have an unordered list that contains five items, I would like to include some specific code such as that below for each item in the ul, but I would like each li to be unique.
<li>
<a href="#" title="Sunrise on the farm">
<img src="img01.jpg" width="200" height="206" alt="Beautiful sunrise" />
</a>
</li>
Any suggestions?
<li>
<a href="#" title="Sunrise on the farm">
<img src="img01.jpg" width="200" height="206" alt="Beautiful sunrise" />
</a>
</li>
Any suggestions?