Please help I want to loop between these tags div ..
<p> answer 1 </p>
<div class='right'>Obama</div>
<p> answer 2 </p>
<div class='wrong'>Brazil</div>
<p> answer 3 </p>
<div class='right'>Tennis</div>
<p> answer 4 </p>
<div class='wrong'>Sand</div>
<p> answer 5 </p>
<div class='right'>Nike</div>
and count the tag div that has the class 'right'..and echo the sum of these tags, in this exemple the sum is 3.