how many img tag into a div
how many img tag into a div
let's say I have
<div id="imgs">
<img />
<img />
<img />
<img />
<img />
</div>
how can I get 5 (the number of img ?
thank you
Topic Participants
boileauerick
jakecigar