I don't know how to make a loop of an array list to a html tag Example : we have a list : studentList with Student object have these field : name, class I want to make a loop on tag like <div class="student"> <span>John</span> <span>10HC</span> </div> <div class="student"> <span>Robin</span> <span>1...