Created
September 28, 2011 10:21
-
-
Save lucadegasperi/1247586 to your computer and use it in GitHub Desktop.
Bad Slideshow Markup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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