Skip to content

Instantly share code, notes, and snippets.

@lucadegasperi
Created September 28, 2011 10:21
Show Gist options
  • Save lucadegasperi/1247586 to your computer and use it in GitHub Desktop.
Save lucadegasperi/1247586 to your computer and use it in GitHub Desktop.
Bad Slideshow Markup
<div class="slideshow">
<a href="#" class="prev" title="Show Previous Image">Previous</a>
<ul>
<li>
<img src="image-1.jpg" alt="Image 1"/>
</li>
<li>
<img src="image-2.jpg" alt="Image 2"/>
</li>
<li>
<img src="image-3.jpg" alt="Image 3"/>
</li>
<li>
<img src="image-4.jpg" alt="Image 4"/>
</li>
</ul>
<a href="#" class="next" title="Show Next Image">Next</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment