Bonjour,
J'aimerais savoir si il n'y a pas d'erreur d'accessibilité ou de sémantique dans ce code, si les listes sont bien intégrées :
Merci
Modifié par Chok71 (05 Oct 2010 - 17:17)
J'aimerais savoir si il n'y a pas d'erreur d'accessibilité ou de sémantique dans ce code, si les listes sont bien intégrées :
<ul>
<li>
<div class="block">
<div class="image">
<img src="images/webdesign/slider-home-2/contour-photo.png" alt="" class="contour-photo" width="220" height="106" />
<img src="images/photos-slider-home-2/africa.jpg" alt="" class="photo" width="212" height="98" />
</div>
<h4>Africa Holidays</h4>
<p>Few wildlife enthusiasts can resist Africa. Its exceptional abundance <br />and variety of wild animals make it
<br />one of the world’s top wildlife holiday destinations.</p>
</div>
</li>
<li>
<div class="block">
<div class="image">
<img src="images/webdesign/slider-home-2/contour-photo.png" alt="" class="contour-photo" width="220" height="106" />
<img src="images/photos-slider-home-2/africa.jpg" alt="" class="photo" width="212" height="98" />
</div>
<h4>Africa Holidays</h4>
<p>Few wildlife enthusiasts can resist Africa. Its exceptional abundance and variety of wild animals make it
one of the world’s top wildlife holiday destinations.</p>
</div>
</li>
<li>
<div class="block">
<div class="image">
<img src="images/webdesign/slider-home-2/contour-photo.png" alt="" class="contour-photo" width="220" height="106" />
<img src="images/photos-slider-home-2/africa.jpg" alt="" class="photo" width="212" height="98" />
</div>
<h4>Africa Holidays</h4>
<p>Few wildlife enthusiasts can resist Africa. Its exceptional abundance and variety of wild animals make it
one of the world’s top wildlife holiday destinations.</p>
</div>
</li>
<li>
<div class="block">
<div class="image">
<img src="images/webdesign/slider-home-2/contour-photo.png" alt="" class="contour-photo" width="220" height="106" />
<img src="images/photos-slider-home-2/africa.jpg" alt="" class="photo" width="212" height="98" />
</div>
<h4>Africa Holidays</h4>
<p>Few wildlife enthusiasts can resist Africa. Its exceptional abundance and variety of wild animals make it
one of the world’s top wildlife holiday destinations.</p>
</div>
</li>
<li>
<div class="block">
<div class="image">
<img src="images/webdesign/slider-home-2/contour-photo.png" alt="" class="contour-photo" width="220" height="106" />
<img src="images/photos-slider-home-2/africa.jpg" alt="" class="photo" width="212" height="98" />
</div>
<h4>Africa Holidays</h4>
<p>Few wildlife enthusiasts can resist Africa. Its exceptional abundance and variety of wild animals make it
one of the world’s top wildlife holiday destinations.</p>
</div>
</li>
<li>
<div class="block">
<div class="image">
<img src="images/webdesign/slider-home-2/contour-photo.png" alt="" class="contour-photo" width="220" height="106" />
<img src="images/photos-slider-home-2/africa.jpg" alt="" class="photo" width="212" height="98" />
</div>
<h4>Africa Holidays</h4>
<p>Few wildlife enthusiasts can resist Africa. Its exceptional abundance and variety of wild animals make it
one of the world’s top wildlife holiday destinations.</p>
</div>
</li>
</ul>
Merci
Modifié par Chok71 (05 Oct 2010 - 17:17)